Uses of Class
org.apache.commons.jxpath.ri.model.NodePointer
Packages that use NodePointer
Package
Description
Reference implementation of JXPath.
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects,
collections and null.
Implementation of "model" APIs for Containers.
Implementation of "model" APIs for W3C DOM.
Implementation of "model" APIs for Commons BeanUtils DynaBeans.
Implementation of "model" APIs for dynamic property objects e.g.
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 NodePointerMethods in org.apache.commons.jxpath.ri that return NodePointerModifier and TypeMethodDescriptionprivate NodePointerJXPathContextReferenceImpl.getAbsoluteRootPointer()Get absolute root pointer.abstract NodePointerEvalContext.getCurrentNodePointer()Returns the current context node.JXPathContextReferenceImpl.getVariablePointer(QName name) Get a VariablePointer for the given variable name.Methods in org.apache.commons.jxpath.ri with parameters of type NodePointerModifier and TypeMethodDescriptionprotected static StringNamespaceResolver.getPrefix(NodePointer pointer, 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 NodePointerModifier and TypeFieldDescriptionprivate 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 NodePointerModifier and TypeMethodDescriptionprivate 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, 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.AncestorContext.getCurrentNodePointer()AttributeContext.getCurrentNodePointer()ChildContext.getCurrentNodePointer()DescendantContext.getCurrentNodePointer()InitialContext.getCurrentNodePointer()NamespaceContext.getCurrentNodePointer()NodeSetContext.getCurrentNodePointer()ParentContext.getCurrentNodePointer()PrecedingOrFollowingContext.getCurrentNodePointer()PredicateContext.getCurrentNodePointer()RootContext.getCurrentNodePointer()SelfContext.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 NodePointerModifier and TypeMethodDescriptionprivate 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, 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 NodePointerModifierConstructorDescriptionRootContext(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.modelFields in org.apache.commons.jxpath.ri.model declared as NodePointerModifier and TypeFieldDescriptionprotected NodePointerNodePointer.parentParent pointerprivate NodePointerVariablePointer.valuePointerMethods in org.apache.commons.jxpath.ri.model that return NodePointerModifier and TypeMethodDescriptionNodePointer.createAttribute(JXPathContext context, QName name) Called to create a non-existing attributeNodePointer.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.NodePointer.createChild(JXPathContext context, QName name, int index, 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.VariablePointer.createChild(JXPathContext context, QName name, int index) VariablePointer.createChild(JXPathContext context, QName name, int index, Object value) NodePointerFactory.createNodePointer(NodePointer parent, QName name, Object object) Create a NodePointer for the supplied child object.NodePointerFactory.createNodePointer(QName name, Object object, Locale locale) Create a NodePointer for the supplied object.VariablePointerFactory.createNodePointer(NodePointer parent, QName name, Object object) VariablePointerFactory.createNodePointer(QName name, Object object, Locale locale) NodePointer.createPath(JXPathContext context) Called by a child pointer when it needs to create a parent object.NodePointer.createPath(JXPathContext context, Object value) Called directly by JXPathContext.VariablePointer.createPath(JXPathContext context) VariablePointer.createPath(JXPathContext context, Object value) NodePointer.getImmediateParentPointer()Get the immediate parent pointer.NodePointer.getImmediateValuePointer()VariablePointer.getImmediateValuePointer()NodeIterator.getNodePointer()Get the NodePointer at the current position.NodePointer.getParent()Get the parent pointer.NodePointer.getValuePointer()If this pointer manages a transparent container, like a variable, this method returns the pointer to the contents.NodePointer.namespacePointer(String namespace) Returns a NodePointer for the specified namespace.VariablePointer.namespacePointer(String name) static NodePointerNodePointer.newChildNodePointer(NodePointer parent, QName name, 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, Object bean, 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 NodePointerModifier and TypeMethodDescriptionNodePointer.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.VariablePointer.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.NodePointerFactory.createNodePointer(NodePointer parent, QName name, Object object) Create a NodePointer for the supplied child object.VariablePointerFactory.createNodePointer(NodePointer parent, QName name, Object object) static NodePointerNodePointer.newChildNodePointer(NodePointer parent, QName name, 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, String indent) Print deepConstructors in org.apache.commons.jxpath.ri.model with parameters of type NodePointerModifierConstructorDescriptionprotectedNodePointer(NodePointer parent) Create a new NodePointer.protectedNodePointer(NodePointer parent, 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.beansModifier and TypeClassDescriptionclassA Pointer that points to a JavaBean or a collection.classPointer pointing to a property of a JavaBean.classTransparent pointer to a collection (array or Collection).classA Pointer that points to the "lang" attribute of a JavaBean.classUsed when there is a need to construct a Pointer for a collection element that does not exist.classPointer whose value isnull.classclassA pointer describing a node that has properties, each of which could be a collection.classA 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 NodePointerModifier and TypeFieldDescriptionprivate NodePointerBeanAttributeIterator.parentprivate NodePointerCollectionNodeIterator.startWithprivate NodePointerCollectionPointer.valuePointerMethods in org.apache.commons.jxpath.ri.model.beans that return NodePointerModifier and TypeMethodDescriptionCollectionPointer.createChild(JXPathContext context, QName name, int index) CollectionPointer.createChild(JXPathContext context, QName name, int index, Object value) NullPointer.createChild(JXPathContext context, QName name, int index) NullPointer.createChild(JXPathContext context, QName name, int index, Object value) NullPropertyPointer.createChild(JXPathContext context, QName name, int index) NullPropertyPointer.createChild(JXPathContext context, QName name, int index, Object value) PropertyPointer.createChild(JXPathContext context, QName name, int index) PropertyPointer.createChild(JXPathContext context, QName name, int index, Object value) BeanPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) BeanPointerFactory.createNodePointer(QName name, Object bean, Locale locale) CollectionPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) CollectionPointerFactory.createNodePointer(QName name, Object bean, Locale locale) BeanPropertyPointer.createPath(JXPathContext context) CollectionPointer.createPath(JXPathContext context) CollectionPointer.createPath(JXPathContext context, Object value) NullElementPointer.createPath(JXPathContext context) NullElementPointer.createPath(JXPathContext context, Object value) NullPointer.createPath(JXPathContext context) NullPointer.createPath(JXPathContext context, Object value) NullPropertyPointer.createPath(JXPathContext context) NullPropertyPointer.createPath(JXPathContext context, Object value) PropertyPointer.createPath(JXPathContext context) PropertyPointer.createPath(JXPathContext context, Object value) PropertyPointer.getImmediateValuePointer()Returns a NodePointer that can be used to access the currently selected property value.BeanAttributeIterator.getNodePointer()CollectionNodeIterator.getNodePointer()PropertyIterator.getNodePointer()protected NodePointerPropertyIterator.getPropertyPointer()Get the property pointer.CollectionPointer.getValuePointer()NullElementPointer.getValuePointer()NullPropertyPointer.getValuePointer()CollectionPointer.namespacePointer(String namespace) Methods in org.apache.commons.jxpath.ri.model.beans with parameters of type NodePointerModifier and TypeMethodDescriptionCollectionPointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) PropertyOwnerPointer.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) PropertyOwnerPointer.createNodeIterator(String property, boolean reverse, NodePointer startWith) Create a NodeIterator.BeanPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) CollectionPointerFactory.createNodePointer(NodePointer parent, QName name, 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 NodePointerModifierConstructorDescriptionBeanPointer(NodePointer parent, QName name, 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.protectedCollectionNodeIterator(CollectionPointer pointer, boolean reverse, NodePointer startWith) Create a new CollectionNodeIterator.CollectionPointer(NodePointer parent, 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, String name, boolean reverse, NodePointer startWith) Create a new PropertyIterator.protectedPropertyOwnerPointer(NodePointer parent) Create a new PropertyOwnerPointer.protectedPropertyOwnerPointer(NodePointer parent, 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.containerFields in org.apache.commons.jxpath.ri.model.container declared as NodePointerMethods in org.apache.commons.jxpath.ri.model.container that return NodePointerModifier and TypeMethodDescriptionContainerPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) ContainerPointerFactory.createNodePointer(QName name, Object bean, Locale locale) ContainerPointer.getImmediateValuePointer()ContainerPointer.namespacePointer(String namespace) Methods in org.apache.commons.jxpath.ri.model.container with parameters of type NodePointerModifier and TypeMethodDescriptionContainerPointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) intContainerPointer.compareChildNodePointers(NodePointer pointer1, NodePointer pointer2) ContainerPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) Constructors in org.apache.commons.jxpath.ri.model.container with parameters of type NodePointerModifierConstructorDescriptionContainerPointer(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.domModifier and TypeClassDescriptionclassA Pointer that points to a DOM node.classA Pointer that points to a DOM node.classRepresents a namespace node.Fields in org.apache.commons.jxpath.ri.model.dom declared as NodePointerModifier and TypeFieldDescriptionprivate NodePointerDOMAttributeIterator.parentprivate NodePointerDOMNamespaceIterator.parentprivate NodePointerDOMNodeIterator.parentMethods in org.apache.commons.jxpath.ri.model.dom that return NodePointerModifier and TypeMethodDescriptionDOMNodePointer.createAttribute(JXPathContext context, QName name) DOMNodePointer.createChild(JXPathContext context, QName name, int index) DOMNodePointer.createChild(JXPathContext context, QName name, int index, Object value) DOMPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) DOMPointerFactory.createNodePointer(QName name, Object bean, Locale locale) DOMAttributeIterator.getNodePointer()DOMNamespaceIterator.getNodePointer()DOMNodeIterator.getNodePointer()DOMNodePointer.namespacePointer(String prefix) Methods in org.apache.commons.jxpath.ri.model.dom with parameters of type NodePointerModifier and TypeMethodDescriptionDOMNodePointer.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) DOMPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) Constructors in org.apache.commons.jxpath.ri.model.dom with parameters of type NodePointerModifierConstructorDescriptionDOMAttributeIterator(NodePointer parent, QName name) Create a new DOMAttributeIterator.DOMAttributePointer(NodePointer parent, 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, Node node) Create a new DOMNodePointer.NamespacePointer(NodePointer parent, String prefix) Create a new NamespacePointer.NamespacePointer(NodePointer parent, String prefix, 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.dynabeansModifier and TypeClassDescriptionclassA Pointer that points to aDynaBean.classPointer pointing to a property of aDynaBean.Methods in org.apache.commons.jxpath.ri.model.dynabeans that return NodePointerModifier and TypeMethodDescriptionDynaBeanPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) DynaBeanPointerFactory.createNodePointer(QName name, Object bean, Locale locale) Methods in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type NodePointerModifier and TypeMethodDescriptionDynaBeanPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) Constructors in org.apache.commons.jxpath.ri.model.dynabeans with parameters of type NodePointerModifierConstructorDescriptionDynaBeanPointer(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.dynamicModifier and TypeClassDescriptionclassA Pointer that points to an object with Dynamic Properties.classPointer pointing to a property of an object with dynamic properties.Methods in org.apache.commons.jxpath.ri.model.dynamic that return NodePointerModifier and TypeMethodDescriptionDynamicPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) DynamicPointerFactory.createNodePointer(QName name, Object bean, Locale locale) DynamicPropertyPointer.createPath(JXPathContext context) DynamicPropertyPointer.createPath(JXPathContext context, Object value) Methods in org.apache.commons.jxpath.ri.model.dynamic with parameters of type NodePointerModifier and TypeMethodDescriptionDynamicPointer.createNodeIterator(String property, boolean reverse, NodePointer startWith) DynamicPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type NodePointerModifierConstructorDescriptionDynamicPointer(NodePointer parent, QName name, Object bean, DynamicPropertyHandler handler) Create a new DynamicPointer.DynamicPropertyIterator(PropertyOwnerPointer pointer, 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.jdomModifier and TypeClassDescriptionclassA Pointer that points to a DOM node.classRepresents a namespace node.classA Pointer that points to a DOM node.Fields in org.apache.commons.jxpath.ri.model.jdom declared as NodePointerModifier and TypeFieldDescriptionprivate NodePointerJDOMAttributeIterator.parentprivate NodePointerJDOMNamespaceIterator.parentprivate NodePointerJDOMNodeIterator.parentMethods in org.apache.commons.jxpath.ri.model.jdom that return NodePointerModifier and TypeMethodDescriptionJDOMNodePointer.createAttribute(JXPathContext context, QName name) JDOMNodePointer.createChild(JXPathContext context, QName name, int index) JDOMNodePointer.createChild(JXPathContext context, QName name, int index, Object value) JDOMPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) JDOMPointerFactory.createNodePointer(QName name, Object bean, Locale locale) JDOMAttributeIterator.getNodePointer()JDOMNamespaceIterator.getNodePointer()JDOMNodeIterator.getNodePointer()JDOMNodePointer.namespacePointer(String prefix) Methods in org.apache.commons.jxpath.ri.model.jdom with parameters of type NodePointerModifier and TypeMethodDescriptionJDOMNodePointer.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) JDOMPointerFactory.createNodePointer(NodePointer parent, QName name, Object bean) static booleanJDOMNodePointer.testNode(NodePointer pointer, 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 NodePointerModifierConstructorDescriptionJDOMAttributeIterator(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, String prefix) Create a new JDOMNamespacePointer.JDOMNamespacePointer(NodePointer parent, String prefix, String namespaceURI) Create a new JDOMNamespacePointer.JDOMNodeIterator(NodePointer parent, NodeTest nodeTest, boolean reverse, NodePointer startWith) Create a new JDOMNodeIterator.JDOMNodePointer(NodePointer parent, Object node) Create a new JDOMNodePointer.