Uses of Interface
com.ebmwebsourcing.easybox.api.XmlObjectNode

Packages that use XmlObjectNode
com.ebmwebsourcing.easybox.api   
com.ebmwebsourcing.easybox.api.analysis   
 

Uses of XmlObjectNode in com.ebmwebsourcing.easybox.api
 

Subinterfaces of XmlObjectNode in com.ebmwebsourcing.easybox.api
 interface AnyXmlObject
           
 interface XmlObject
          An XmlObject provides a base interface on a binding on an XML structure.
 interface XmlObjectAttribute
           
 interface XmlObjectText
           
 

Fields in com.ebmwebsourcing.easybox.api declared as XmlObjectNode
static XmlObjectNode[] XmlObjectNode.EMPTY_ARRAY
           
 

Methods in com.ebmwebsourcing.easybox.api with type parameters of type XmlObjectNode
<X extends XmlObjectNode>
X
XmlObjectFactory.create(java.lang.Class<X> xmlObjectClassOrInterface)
          Create a new XmlObjectNode given its interface class.
<X extends XmlObjectNode>
X
XmlObjectBinding.create(XmlContext xmlContext, java.lang.Class<X> xmlObjectImplClass)
          Create a new XmlObject.
<X extends XmlObjectNode>
X
XmlObjectXPathEvaluator.selectSingleXmlObjectNode(XmlObject xmlObjectContextNode, java.lang.String xpathStr, java.lang.Class<X> resultInterfaceClass)
           
<X extends XmlObjectNode>
X
XmlObjectXQueryEvaluator.selectSingleXmlObjectNode(XmlObject xmlObjectContextNode, java.lang.String xqueryString, java.lang.Class<X> resultInterfaceClass)
           
<X extends XmlObjectNode>
X[]
XmlObjectXPathEvaluator.selectXmlObjectNodes(XmlObject xmlObjectContextNode, java.lang.String xpathStr, java.lang.Class<X> resultInterfaceClass)
           
<X extends XmlObjectNode>
X[]
XmlObjectXQueryEvaluator.selectXmlObjectNodes(XmlObject xmlObjectContextNode, java.lang.String xqueryString, java.lang.Class<X> resultInterfaceClass)
           
<X extends XmlObjectNode>
X
XmlObjectFactory.wrap(java.lang.Object obj, java.lang.Class<X> xmlObjectClassOrInterface)
          Wrap any object into a specific implementation of XmlObjectNode.
<X extends XmlObjectNode>
X
XmlObjectBinding.wrap(XmlContext xmlContext, java.lang.Class<X> xmlObjectImplClass, java.lang.Object obj)
          Wrap an internal model object into an implementation of XmlObject .
 

Methods in com.ebmwebsourcing.easybox.api that return XmlObjectNode
 XmlObjectNode ModelObject.getXmlObject()
          Get unique XmlObjectNode wrapping this ModelObject.
 XmlObjectNode[] XmlObject.getXmlObjectAdoptedChildren()
          Get list of all adopted child XmlObject.
 XmlObjectNode[] XmlObjectNode.getXmlObjectAncestors()
          Get XmlObjectNode ancestors.
 XmlObjectNode[] XmlObjectNode.getXmlObjectChildren()
          Get list of all child XmlObjectNode.
 XmlObjectNode[] XmlObjectNode.getXmlObjectDescendants()
          Get list of all descendants XmlObjectNode.
 XmlObjectNode[] XmlObjectNode.getXmlObjectFollowing()
          Get followers of this XmlObjectNode.
 XmlObjectNode XmlObjectNode.getXmlObjectFollowingSibling()
          Get following sibling of this XmlObjectNode.
 XmlObjectNode[] XmlObjectNode.getXmlObjectFollowingSiblings()
          Get following siblings of this XmlObjectNode.
 XmlObjectNode[] XmlObject.getXmlObjectNaturalChildren()
          Get list of all natural child XmlObject.
 XmlObjectNode[] XmlObjectNode.getXmlObjectPreceding()
          Get preceding XmlObjectNode of this XmlObjectNode.
 XmlObjectNode[] XmlObjectNode.getXmlObjectPrecedingOrAncestor()
          Get preceding or ancestor XmlObjectNode of this XmlObjectNode.
 XmlObjectNode XmlObjectNode.getXmlObjectPrecedingSibling()
          Get preceding sibling of this XmlObjectNode.
 XmlObjectNode[] XmlObjectNode.getXmlObjectPrecedingSiblings()
          Get preceding siblings of this XmlObjectNode.
<X extends XmlObjectNode>
X[]
XmlObjectXPathEvaluator.selectXmlObjectNodes(XmlObject xmlObjectContextNode, java.lang.String xpathStr, java.lang.Class<X> resultInterfaceClass)
           
<X extends XmlObjectNode>
X[]
XmlObjectXQueryEvaluator.selectXmlObjectNodes(XmlObject xmlObjectContextNode, java.lang.String xqueryString, java.lang.Class<X> resultInterfaceClass)
           
 XmlObjectNode XmlObjectFactory.wrap(java.lang.Object obj)
          Wrap any object into an implementation of XmlObjectNode.
 XmlObjectNode XmlObjectBinding.wrap(XmlContext xmlContext, java.lang.Object obj)
          Wrap any internal model object into an XmlObject, guessing the proper XmlObject implementation.
 

Uses of XmlObjectNode in com.ebmwebsourcing.easybox.api.analysis
 

Constructor parameters in com.ebmwebsourcing.easybox.api.analysis with type arguments of type XmlObjectNode
ImplementationClassConstructorException(java.lang.Class<? extends XmlObjectNode> xmlObjectNodeImplClass)
           
InterfaceClassMustBePublicException(java.lang.Class<? extends XmlObjectNode> xmlObjectNodeImplClass)
           
MultipleInterfacesImplementedException(java.lang.Class<? extends XmlObjectNode> xmlObjectNodeImplClass)
           
UnexpectedImplementationKindException(java.lang.Class<? extends XmlObjectNode> xmlObjectNodeImplClass)
           
UnexpectedPublicImplementationException(java.lang.Class<? extends XmlObjectNode> xmlObjectNodeImplClass)
           
 



Copyright © 2011 Petals Link. All Rights Reserved.