Uses of Class
org.apache.commons.jxpath.ri.model.NodePointer
-
Packages that use NodePointer Package Description org.apache.commons.jxpath.ri Reference implementation of JXPath.org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc).org.apache.commons.jxpath.ri.model The "model" package defines APIs that are implemented for every object model to be supported by JXPath.org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.org.apache.commons.jxpath.ri.model.container Implementation of "model" APIs for Containers.org.apache.commons.jxpath.ri.model.dom Implementation of "model" APIs for W3C DOM.org.apache.commons.jxpath.ri.model.dynabeans Implementation of "model" APIs for Commons BeanUtils DynaBeans.org.apache.commons.jxpath.ri.model.dynamic Implementation of "model" APIs for dynamic property objects e.g.org.apache.commons.jxpath.ri.model.jdom Implementation of "model" APIs for JDOM (see jdom.org). -
-
Uses of NodePointer in org.apache.commons.jxpath.ri
Fields in org.apache.commons.jxpath.ri declared as NodePointer Modifier and Type Field Description protected NodePointerNamespaceResolver. pointerpointerMethods in org.apache.commons.jxpath.ri that return NodePointer Modifier and Type Method Description private NodePointerJXPathContextReferenceImpl. getAbsoluteRootPointer()Get absolute root pointer.abstract NodePointerEvalContext. getCurrentNodePointer()Returns the current context node.NodePointerJXPathContextReferenceImpl. getVariablePointer(QName name)Get a VariablePointer for the given variable name.Methods in org.apache.commons.jxpath.ri with parameters of type NodePointer Modifier and Type Method Description protected static java.lang.StringNamespaceResolver. getPrefix(NodePointer pointer, java.lang.String namespaceURI)Find the namespace prefix for the specified namespace URI and NodePointer.voidNamespaceResolver. setNamespaceContextPointer(NodePointer pointer)Register a namespace for the expression context. -
Uses of NodePointer in org.apache.commons.jxpath.ri.axes
Fields in org.apache.commons.jxpath.ri.axes declared as NodePointer Modifier and Type Field Description private NodePointerAncestorContext. currentNodePointerprivate NodePointerAttributeContext. currentNodePointerprivate NodePointerDescendantContext. currentNodePointerprivate NodePointerNamespaceContext. currentNodePointerprivate NodePointerParentContext. currentNodePointerprivate NodePointerPrecedingOrFollowingContext. currentNodePointerprivate NodePointerPrecedingOrFollowingContext. currentRootLocationprivate NodePointerInitialContext. nodePointerprivate NodePointerSelfContext. nodePointerprivate NodePointerRootContext. pointerMethods in org.apache.commons.jxpath.ri.axes that return NodePointer Modifier and Type Method Description private static NodePointerSimplePathInterpreter. createChildPointerForStep(PropertyOwnerPointer parentPointer, Step step)Create the child pointer for a given step.static NodePointerSimplePathInterpreter. createNullPointer(EvalContext context, NodePointer parent, Step[] steps, int currentStep)Creates a "null pointer" that a) represents the requested path and b) can be used for creation of missing nodes in the path.private static NodePointerSimplePathInterpreter. createNullPointerForPredicates(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Creates a "null pointer" that starts with predicates.private static NodePointerSimplePathInterpreter. doPredicate(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Evaluates predicates and proceeds with the subsequent steps of the path.private static NodePointerSimplePathInterpreter. doPredicateIndex(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Evaluate a subscript predicate: see if the node is a collection and if the index is inside the collection.private static NodePointerSimplePathInterpreter. doPredicateName(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Execute a NameAttributeTest predicateprivate static NodePointerSimplePathInterpreter. doPredicatesStandard(EvalContext context, java.util.List parents, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Called exclusively for standard InfoSet nodes, e.g.private static NodePointerSimplePathInterpreter. doStep(EvalContext context, NodePointer parent, Step[] steps, int currentStep)Recursive evaluation of a path.private static NodePointerSimplePathInterpreter. doStepNoPredicatesPropertyOwner(EvalContext context, PropertyOwnerPointer parentPointer, Step[] steps, int currentStep)We have a step that starts with a property owner (bean, map, etc) and has no predicates.private static NodePointerSimplePathInterpreter. doStepNoPredicatesStandard(EvalContext context, NodePointer parentPointer, Step[] steps, int currentStep)A path that starts with a standard InfoSet node (e.g.private static NodePointerSimplePathInterpreter. doStepPredicatesPropertyOwner(EvalContext context, PropertyOwnerPointer parentPointer, Step[] steps, int currentStep)A path that starts with a property owner.private static NodePointerSimplePathInterpreter. doStepPredicatesStandard(EvalContext context, NodePointer parent, Step[] steps, int currentStep)A path that starts with a standard InfoSet node, e.g.NodePointerAncestorContext. getCurrentNodePointer()NodePointerAttributeContext. getCurrentNodePointer()NodePointerChildContext. getCurrentNodePointer()NodePointerDescendantContext. getCurrentNodePointer()NodePointerInitialContext. getCurrentNodePointer()NodePointerNamespaceContext. getCurrentNodePointer()NodePointerNodeSetContext. getCurrentNodePointer()NodePointerParentContext. getCurrentNodePointer()NodePointerPrecedingOrFollowingContext. getCurrentNodePointer()NodePointerPredicateContext. getCurrentNodePointer()NodePointerRootContext. getCurrentNodePointer()NodePointerSelfContext. getCurrentNodePointer()static NodePointerSimplePathInterpreter. interpretSimpleExpressionPath(EvalContext context, NodePointer root, Expression[] predicates, Step[] steps)Interpret the steps of a simple expression path that starts with the given root, which is the result of evaluation of the root expression of the expression path, applies the given predicates to it and then follows the given steps.static NodePointerSimplePathInterpreter. interpretSimpleLocationPath(EvalContext context, NodePointer root, Step[] steps)Interpret a simple path that starts with the given root and follows the given steps.private static NodePointerSimplePathInterpreter. valuePointer(NodePointer pointer)For an intermediate pointer (e.g.Methods in org.apache.commons.jxpath.ri.axes with parameters of type NodePointer Modifier and Type Method Description private static intSimplePathInterpreter. computeQuality(NodePointer pointer)For a pointer that matches an actual node, returns 0.static NodePointerSimplePathInterpreter. createNullPointer(EvalContext context, NodePointer parent, Step[] steps, int currentStep)Creates a "null pointer" that a) represents the requested path and b) can be used for creation of missing nodes in the path.private static NodePointerSimplePathInterpreter. createNullPointerForPredicates(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Creates a "null pointer" that starts with predicates.private static NodePointerSimplePathInterpreter. doPredicate(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Evaluates predicates and proceeds with the subsequent steps of the path.private static NodePointerSimplePathInterpreter. doPredicateIndex(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Evaluate a subscript predicate: see if the node is a collection and if the index is inside the collection.private static NodePointerSimplePathInterpreter. doPredicateName(EvalContext context, NodePointer parent, Step[] steps, int currentStep, Expression[] predicates, int currentPredicate)Execute a NameAttributeTest predicateprivate static NodePointerSimplePathInterpreter. doStep(EvalContext context, NodePointer parent, Step[] steps, int currentStep)Recursive evaluation of a path.private static NodePointerSimplePathInterpreter. doStepNoPredicatesStandard(EvalContext context, NodePointer parentPointer, Step[] steps, int currentStep)A path that starts with a standard InfoSet node (e.g.private static NodePointerSimplePathInterpreter. doStepPredicatesStandard(EvalContext context, NodePointer parent, Step[] steps, int currentStep)A path that starts with a standard InfoSet node, e.g.private static NodeIteratorSimplePathInterpreter. getNodeIterator(EvalContext context, NodePointer pointer, Step step)Get a NodeIterator.static NodePointerSimplePathInterpreter. interpretSimpleExpressionPath(EvalContext context, NodePointer root, Expression[] predicates, Step[] steps)Interpret the steps of a simple expression path that starts with the given root, which is the result of evaluation of the root expression of the expression path, applies the given predicates to it and then follows the given steps.static NodePointerSimplePathInterpreter. interpretSimpleLocationPath(EvalContext context, NodePointer root, Step[] steps)Interpret a simple path that starts with the given root and follows the given steps.private static booleanSimplePathInterpreter. isCollectionElement(NodePointer pointer, int index)Returns true if the pointer is a collection and the index is withing the bounds of the collection.private static booleanSimplePathInterpreter. isNameAttributeEqual(NodePointer pointer, java.lang.String name)Returns true if the pointer has an attribute called "name" and its value is equal to the supplied string.private static NodePointerSimplePathInterpreter. valuePointer(NodePointer pointer)For an intermediate pointer (e.g.Constructors in org.apache.commons.jxpath.ri.axes with parameters of type NodePointer Constructor Description RootContext(JXPathContextReferenceImpl jxpathContext, NodePointer pointer)Create a new RootContext. -
Uses of NodePointer in org.apache.commons.jxpath.ri.model
Subclasses of NodePointer in org.apache.commons.jxpath.ri.model Modifier and Type Class Description classVariablePointerPointer to a context variable.Fields in org.apache.commons.jxpath.ri.model declared as NodePointer Modifier and Type Field Description protected NodePointerNodePointer. parentParent pointerprivate NodePointerVariablePointer. valuePointerMethods in org.apache.commons.jxpath.ri.model that return NodePointer Modifier and Type Method Description NodePointerNodePointer. createAttribute(JXPathContext context, QName name)Called to create a non-existing attributeNodePointerNodePointer. createChild(JXPathContext context, QName name, int index)Called by a child pointer when it needs to create a parent object for a non-existent collection element.NodePointerNodePointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)Called by a child pointer if that child needs to assign the value supplied in the createPath(context, value) call to a non-existent node.NodePointerVariablePointer. createChild(JXPathContext context, QName name, int index)NodePointerVariablePointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerNodePointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object object)Create a NodePointer for the supplied child object.NodePointerNodePointerFactory. createNodePointer(QName name, java.lang.Object object, java.util.Locale locale)Create a NodePointer for the supplied object.NodePointerVariablePointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object object)NodePointerVariablePointerFactory. createNodePointer(QName name, java.lang.Object object, java.util.Locale locale)NodePointerNodePointer. createPath(JXPathContext context)Called by a child pointer when it needs to create a parent object.NodePointerNodePointer. createPath(JXPathContext context, java.lang.Object value)Called directly by JXPathContext.NodePointerVariablePointer. createPath(JXPathContext context)NodePointerVariablePointer. createPath(JXPathContext context, java.lang.Object value)NodePointerNodePointer. getImmediateParentPointer()Get the immediate parent pointer.NodePointerNodePointer. getImmediateValuePointer()NodePointerVariablePointer. getImmediateValuePointer()NodePointerNodeIterator. getNodePointer()Get the NodePointer at the current position.NodePointerNodePointer. getParent()Get the parent pointer.NodePointerNodePointer. getValuePointer()If this pointer manages a transparent container, like a variable, this method returns the pointer to the contents.NodePointerNodePointer. namespacePointer(java.lang.String namespace)Returns a NodePointer for the specified namespace.NodePointerVariablePointer. namespacePointer(java.lang.String name)static NodePointerNodePointer. newChildNodePointer(NodePointer parent, QName name, java.lang.Object bean)Allocates an new child NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.static NodePointerNodePointer. newNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)Allocates an entirely new NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.Methods in org.apache.commons.jxpath.ri.model with parameters of type NodePointer Modifier and Type Method Description NodeIteratorNodePointer. childIterator(NodeTest test, boolean reverse, NodePointer startWith)Returns a NodeIterator that iterates over all children or all children that match the given NodeTest, starting with the specified one.NodeIteratorVariablePointer. childIterator(NodeTest test, boolean reverse, NodePointer startWith)abstract intNodePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)Compares two child NodePointers and returns a positive number, zero or a positive number according to the order of the pointers.intVariablePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)private intNodePointer. compareNodePointers(NodePointer p1, int depth1, NodePointer p2, int depth2)Compare node pointers.NodePointerNodePointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object object)Create a NodePointer for the supplied child object.NodePointerVariablePointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object object)static NodePointerNodePointer. newChildNodePointer(NodePointer parent, QName name, java.lang.Object bean)Allocates an new child NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.private static voidNodePointer. printDeep(NodePointer pointer, java.lang.String indent)Print deepConstructors in org.apache.commons.jxpath.ri.model with parameters of type NodePointer Constructor Description NodePointer(NodePointer parent)Create a new NodePointer.NodePointer(NodePointer parent, java.util.Locale locale)Create a new NodePointer. -
Uses of NodePointer in org.apache.commons.jxpath.ri.model.beans
Subclasses of NodePointer in org.apache.commons.jxpath.ri.model.beans Modifier and Type Class Description classBeanPointerA Pointer that points to a JavaBean or a collection.classBeanPropertyPointerPointer pointing to a property of a JavaBean.classCollectionPointerTransparent pointer to a collection (array or Collection).classLangAttributePointerA Pointer that points to the "lang" attribute of a JavaBean.classNullElementPointerUsed when there is a need to construct a Pointer for a collection element that does not exist.classNullPointerPointer whose value isnull.classNullPropertyPointerclassPropertyOwnerPointerA pointer describing a node that has properties, each of which could be a collection.classPropertyPointerA pointer allocated by a PropertyOwnerPointer to represent the value of a property of the parent object.Fields in org.apache.commons.jxpath.ri.model.beans declared as NodePointer Modifier and Type Field Description private NodePointerBeanAttributeIterator. parentprivate NodePointerCollectionNodeIterator. startWithprivate NodePointerCollectionPointer. valuePointerMethods in org.apache.commons.jxpath.ri.model.beans that return NodePointer Modifier and Type Method Description NodePointerCollectionPointer. createChild(JXPathContext context, QName name, int index)NodePointerCollectionPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerNullPointer. createChild(JXPathContext context, QName name, int index)NodePointerNullPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerNullPropertyPointer. createChild(JXPathContext context, QName name, int index)NodePointerNullPropertyPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerPropertyPointer. createChild(JXPathContext context, QName name, int index)NodePointerPropertyPointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerBeanPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerBeanPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)NodePointerCollectionPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerCollectionPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)NodePointerBeanPropertyPointer. createPath(JXPathContext context)NodePointerCollectionPointer. createPath(JXPathContext context)NodePointerCollectionPointer. createPath(JXPathContext context, java.lang.Object value)NodePointerNullElementPointer. createPath(JXPathContext context)NodePointerNullElementPointer. createPath(JXPathContext context, java.lang.Object value)NodePointerNullPointer. createPath(JXPathContext context)NodePointerNullPointer. createPath(JXPathContext context, java.lang.Object value)NodePointerNullPropertyPointer. createPath(JXPathContext context)NodePointerNullPropertyPointer. createPath(JXPathContext context, java.lang.Object value)NodePointerPropertyPointer. createPath(JXPathContext context)NodePointerPropertyPointer. createPath(JXPathContext context, java.lang.Object value)NodePointerPropertyPointer. getImmediateValuePointer()Returns a NodePointer that can be used to access the currently selected property value.NodePointerBeanAttributeIterator. getNodePointer()NodePointerCollectionNodeIterator. getNodePointer()NodePointerPropertyIterator. getNodePointer()protected NodePointerPropertyIterator. getPropertyPointer()Get the property pointer.NodePointerCollectionPointer. getValuePointer()NodePointerNullElementPointer. getValuePointer()NodePointerNullPropertyPointer. getValuePointer()NodePointerCollectionPointer. namespacePointer(java.lang.String namespace)Methods in org.apache.commons.jxpath.ri.model.beans with parameters of type NodePointer Modifier and Type Method Description NodeIteratorCollectionPointer. childIterator(NodeTest test, boolean reverse, NodePointer startWith)NodeIteratorPropertyOwnerPointer. childIterator(NodeTest test, boolean reverse, NodePointer startWith)intCollectionPointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)intLangAttributePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)intPropertyOwnerPointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)intPropertyPointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)NodeIteratorPropertyOwnerPointer. createNodeIterator(java.lang.String property, boolean reverse, NodePointer startWith)Create a NodeIterator.NodePointerBeanPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerCollectionPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)protected NodeIteratorCollectionAttributeNodeIterator. getElementNodeIterator(NodePointer elementPointer)protected NodeIteratorCollectionChildNodeIterator. getElementNodeIterator(NodePointer elementPointer)protected abstract NodeIteratorCollectionNodeIterator. getElementNodeIterator(NodePointer elementPointer)Implemented by subclasses to produce child/attribute node iterators.Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type NodePointer Constructor Description BeanPointer(NodePointer parent, QName name, java.lang.Object bean, JXPathBeanInfo beanInfo)Create a new BeanPointer.BeanPropertyPointer(NodePointer parent, JXPathBeanInfo beanInfo)Create a new BeanPropertyPointer.CollectionChildNodeIterator(CollectionPointer pointer, NodeTest test, boolean reverse, NodePointer startWith)Create a new CollectionChildNodeIterator.CollectionNodeIterator(CollectionPointer pointer, boolean reverse, NodePointer startWith)Create a new CollectionNodeIterator.CollectionPointer(NodePointer parent, java.lang.Object collection)Create a new CollectionPointer.LangAttributePointer(NodePointer parent)Create a new LangAttributePointer.NullElementPointer(NodePointer parent, int index)Create a new NullElementPointer.NullPointer(NodePointer parent, QName name)Used for the root node.NullPropertyPointer(NodePointer parent)Create a new NullPropertyPointer.PropertyIterator(PropertyOwnerPointer pointer, java.lang.String name, boolean reverse, NodePointer startWith)Create a new PropertyIterator.PropertyOwnerPointer(NodePointer parent)Create a new PropertyOwnerPointer.PropertyOwnerPointer(NodePointer parent, java.util.Locale locale)Create a new PropertyOwnerPointer.PropertyPointer(NodePointer parent)Takes a javabean, a descriptor of a property of that object and an offset within that property (starting with 0). -
Uses of NodePointer in org.apache.commons.jxpath.ri.model.container
Subclasses of NodePointer in org.apache.commons.jxpath.ri.model.container Modifier and Type Class Description classContainerPointerTransparent pointer to a Container.Fields in org.apache.commons.jxpath.ri.model.container declared as NodePointer Modifier and Type Field Description private NodePointerContainerPointer. valuePointerMethods in org.apache.commons.jxpath.ri.model.container that return NodePointer Modifier and Type Method Description NodePointerContainerPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerContainerPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)NodePointerContainerPointer. getImmediateValuePointer()NodePointerContainerPointer. namespacePointer(java.lang.String namespace)Methods in org.apache.commons.jxpath.ri.model.container with parameters of type NodePointer Modifier and Type Method Description NodeIteratorContainerPointer. childIterator(NodeTest test, boolean reverse, NodePointer startWith)intContainerPointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)NodePointerContainerPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)Constructors in org.apache.commons.jxpath.ri.model.container with parameters of type NodePointer Constructor Description ContainerPointer(NodePointer parent, Container container)Create a new ContainerPointer. -
Uses of NodePointer in org.apache.commons.jxpath.ri.model.dom
Subclasses of NodePointer in org.apache.commons.jxpath.ri.model.dom Modifier and Type Class Description classDOMAttributePointerA Pointer that points to a DOM node.classDOMNodePointerA Pointer that points to a DOM node.classNamespacePointerRepresents a namespace node.Fields in org.apache.commons.jxpath.ri.model.dom declared as NodePointer Modifier and Type Field Description private NodePointerDOMAttributeIterator. parentprivate NodePointerDOMNamespaceIterator. parentprivate NodePointerDOMNodeIterator. parentMethods in org.apache.commons.jxpath.ri.model.dom that return NodePointer Modifier and Type Method Description NodePointerDOMNodePointer. createAttribute(JXPathContext context, QName name)NodePointerDOMNodePointer. createChild(JXPathContext context, QName name, int index)NodePointerDOMNodePointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerDOMPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerDOMPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)NodePointerDOMAttributeIterator. getNodePointer()NodePointerDOMNamespaceIterator. getNodePointer()NodePointerDOMNodeIterator. getNodePointer()NodePointerDOMNodePointer. namespacePointer(java.lang.String prefix)Methods in org.apache.commons.jxpath.ri.model.dom with parameters of type NodePointer Modifier and Type Method Description NodeIteratorDOMNodePointer. childIterator(NodeTest test, boolean reverse, NodePointer startWith)intDOMAttributePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)intDOMNodePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)intNamespacePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)NodePointerDOMPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)Constructors in org.apache.commons.jxpath.ri.model.dom with parameters of type NodePointer Constructor Description DOMAttributeIterator(NodePointer parent, QName name)Create a new DOMAttributeIterator.DOMAttributePointer(NodePointer parent, org.w3c.dom.Attr attr)Create a new DOMAttributePointer.DOMNamespaceIterator(NodePointer parent)Create a new DOMNamespaceIterator.DOMNodeIterator(NodePointer parent, NodeTest nodeTest, boolean reverse, NodePointer startWith)Create a new DOMNodeIterator.DOMNodePointer(NodePointer parent, org.w3c.dom.Node node)Create a new DOMNodePointer.NamespacePointer(NodePointer parent, java.lang.String prefix)Create a new NamespacePointer.NamespacePointer(NodePointer parent, java.lang.String prefix, java.lang.String namespaceURI)Create a new NamespacePointer. -
Uses of NodePointer in org.apache.commons.jxpath.ri.model.dynabeans
Subclasses of NodePointer in org.apache.commons.jxpath.ri.model.dynabeans Modifier and Type Class Description classDynaBeanPointerA Pointer that points to aDynaBean.classDynaBeanPropertyPointerPointer pointing to a property of aDynaBean.Methods in org.apache.commons.jxpath.ri.model.dynabeans that return NodePointer Modifier and Type Method Description NodePointerDynaBeanPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerDynaBeanPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)Methods in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type NodePointer Modifier and Type Method Description NodePointerDynaBeanPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)Constructors in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type NodePointer Constructor Description DynaBeanPointer(NodePointer parent, QName name, org.apache.commons.beanutils.DynaBean dynaBean)Create a new DynaBeanPointer.DynaBeanPropertyPointer(NodePointer parent, org.apache.commons.beanutils.DynaBean dynaBean)Create a new DynaBeanPropertyPointer. -
Uses of NodePointer in org.apache.commons.jxpath.ri.model.dynamic
Subclasses of NodePointer in org.apache.commons.jxpath.ri.model.dynamic Modifier and Type Class Description classDynamicPointerA Pointer that points to an object with Dynamic Properties.classDynamicPropertyPointerPointer pointing to a property of an object with dynamic properties.Methods in org.apache.commons.jxpath.ri.model.dynamic that return NodePointer Modifier and Type Method Description NodePointerDynamicPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerDynamicPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)NodePointerDynamicPropertyPointer. createPath(JXPathContext context)NodePointerDynamicPropertyPointer. createPath(JXPathContext context, java.lang.Object value)Methods in org.apache.commons.jxpath.ri.model.dynamic with parameters of type NodePointer Modifier and Type Method Description NodeIteratorDynamicPointer. createNodeIterator(java.lang.String property, boolean reverse, NodePointer startWith)NodePointerDynamicPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type NodePointer Constructor Description DynamicPointer(NodePointer parent, QName name, java.lang.Object bean, DynamicPropertyHandler handler)Create a new DynamicPointer.DynamicPropertyIterator(PropertyOwnerPointer pointer, java.lang.String name, boolean reverse, NodePointer startWith)Deprecated.Create a new DynamicPropertyIteratorDynamicPropertyPointer(NodePointer parent, DynamicPropertyHandler handler)Create a new DynamicPropertyPointer. -
Uses of NodePointer in org.apache.commons.jxpath.ri.model.jdom
Subclasses of NodePointer in org.apache.commons.jxpath.ri.model.jdom Modifier and Type Class Description classJDOMAttributePointerA Pointer that points to a DOM node.classJDOMNamespacePointerRepresents a namespace node.classJDOMNodePointerA Pointer that points to a DOM node.Fields in org.apache.commons.jxpath.ri.model.jdom declared as NodePointer Modifier and Type Field Description private NodePointerJDOMAttributeIterator. parentprivate NodePointerJDOMNamespaceIterator. parentprivate NodePointerJDOMNodeIterator. parentMethods in org.apache.commons.jxpath.ri.model.jdom that return NodePointer Modifier and Type Method Description NodePointerJDOMNodePointer. createAttribute(JXPathContext context, QName name)NodePointerJDOMNodePointer. createChild(JXPathContext context, QName name, int index)NodePointerJDOMNodePointer. createChild(JXPathContext context, QName name, int index, java.lang.Object value)NodePointerJDOMPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)NodePointerJDOMPointerFactory. createNodePointer(QName name, java.lang.Object bean, java.util.Locale locale)NodePointerJDOMAttributeIterator. getNodePointer()NodePointerJDOMNamespaceIterator. getNodePointer()NodePointerJDOMNodeIterator. getNodePointer()NodePointerJDOMNodePointer. namespacePointer(java.lang.String prefix)Methods in org.apache.commons.jxpath.ri.model.jdom with parameters of type NodePointer Modifier and Type Method Description NodeIteratorJDOMNodePointer. childIterator(NodeTest test, boolean reverse, NodePointer startWith)intJDOMAttributePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)intJDOMNamespacePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)intJDOMNodePointer. compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)NodePointerJDOMPointerFactory. createNodePointer(NodePointer parent, QName name, java.lang.Object bean)static booleanJDOMNodePointer. testNode(NodePointer pointer, java.lang.Object node, NodeTest test)Execute test against node on behalf of pointer.Constructors in org.apache.commons.jxpath.ri.model.jdom with parameters of type NodePointer Constructor Description JDOMAttributeIterator(NodePointer parent, QName name)Create a new JDOMAttributeIterator.JDOMAttributePointer(NodePointer parent, org.jdom.Attribute attr)Create a JDOMAttributePointer.JDOMNamespaceIterator(NodePointer parent)Create a new JDOMNamespaceIterator.JDOMNamespacePointer(NodePointer parent, java.lang.String prefix)Create a new JDOMNamespacePointer.JDOMNamespacePointer(NodePointer parent, java.lang.String prefix, java.lang.String namespaceURI)Create a new JDOMNamespacePointer.JDOMNodeIterator(NodePointer parent, NodeTest nodeTest, boolean reverse, NodePointer startWith)Create a new JDOMNodeIterator.JDOMNodePointer(NodePointer parent, java.lang.Object node)Create a new JDOMNodePointer.
-