Uses of Interface
org.apache.commons.jxpath.ri.model.NodeIterator
Packages that use NodeIterator
Package
Description
Implementation of "model" APIs for Containers.
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 dynamic property objects e.g.
Implementation of "model" APIs for JDOM (see jdom.org).
-
Uses of NodeIterator in org.apache.commons.jxpath.ri.model
Methods in org.apache.commons.jxpath.ri.model that return NodeIteratorModifier and TypeMethodDescriptionNodePointer.attributeIterator
(QName qname) Returns a NodeIterator that iterates over all attributes of the current node matching the supplied node name (could have a wildcard).VariablePointer.attributeIterator
(QName qName) NodePointer.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) NodePointer.namespaceIterator()
Returns a NodeIterator that iterates over all namespaces of the value currently pointed at.VariablePointer.namespaceIterator()
-
Uses of NodeIterator in org.apache.commons.jxpath.ri.model.beans
Classes in org.apache.commons.jxpath.ri.model.beans that implement NodeIteratorModifier and TypeClassDescriptionclass
An iterator of attributes of a JavaBean.class
Combines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.class
Combines child node iterators of all elements of a collection into one aggregate child node iterator.class
Combines node iterators of all elements of a collection into one aggregate node iterator.class
Iterates property values of an object pointed at with aPropertyOwnerPointer
.Methods in org.apache.commons.jxpath.ri.model.beans that return NodeIteratorModifier and TypeMethodDescriptionCollectionPointer.attributeIterator
(QName qName) PropertyOwnerPointer.attributeIterator
(QName qName) CollectionPointer.childIterator
(NodeTest test, boolean reverse, NodePointer startWith) PropertyOwnerPointer.childIterator
(NodeTest test, boolean reverse, NodePointer startWith) PropertyOwnerPointer.createNodeIterator
(String property, boolean reverse, NodePointer startWith) Create a NodeIterator.protected NodeIterator
CollectionAttributeNodeIterator.getElementNodeIterator
(NodePointer elementPointer) protected NodeIterator
CollectionChildNodeIterator.getElementNodeIterator
(NodePointer elementPointer) protected abstract NodeIterator
CollectionNodeIterator.getElementNodeIterator
(NodePointer elementPointer) Implemented by subclasses to produce child/attribute node iterators.CollectionPointer.namespaceIterator()
-
Uses of NodeIterator in org.apache.commons.jxpath.ri.model.container
Methods in org.apache.commons.jxpath.ri.model.container that return NodeIteratorModifier and TypeMethodDescriptionContainerPointer.attributeIterator
(QName qName) ContainerPointer.childIterator
(NodeTest test, boolean reverse, NodePointer startWith) ContainerPointer.namespaceIterator()
-
Uses of NodeIterator in org.apache.commons.jxpath.ri.model.dom
Classes in org.apache.commons.jxpath.ri.model.dom that implement NodeIteratorModifier and TypeClassDescriptionclass
An iterator of attributes of a DOM Node.class
An iterator of namespaces of a DOM Node.class
An iterator of children of a DOM Node.Methods in org.apache.commons.jxpath.ri.model.dom that return NodeIteratorModifier and TypeMethodDescriptionDOMNodePointer.attributeIterator
(QName qName) DOMNodePointer.childIterator
(NodeTest test, boolean reverse, NodePointer startWith) DOMNodePointer.namespaceIterator()
-
Uses of NodeIterator in org.apache.commons.jxpath.ri.model.dynamic
Classes in org.apache.commons.jxpath.ri.model.dynamic that implement NodeIteratorModifier and TypeClassDescriptionclass
DynamicAttributeIterator
is different from a regularBeanAttributeIterator
in that given a property name it will always find that property (albeit with a null value).class
Deprecated.- no longer needed, as it is identical to PropertyIterator.Methods in org.apache.commons.jxpath.ri.model.dynamic that return NodeIteratorModifier and TypeMethodDescriptionDynamicPointer.attributeIterator
(QName qName) DynamicPointer.createNodeIterator
(String property, boolean reverse, NodePointer startWith) -
Uses of NodeIterator in org.apache.commons.jxpath.ri.model.jdom
Classes in org.apache.commons.jxpath.ri.model.jdom that implement NodeIteratorModifier and TypeClassDescriptionclass
An iterator of attributes of a DOM Node.class
An iterator of namespaces of a DOM Node.class
An iterator of children of a JDOM Node.Methods in org.apache.commons.jxpath.ri.model.jdom that return NodeIteratorModifier and TypeMethodDescriptionJDOMNodePointer.attributeIterator
(QName qName) JDOMNodePointer.childIterator
(NodeTest test, boolean reverse, NodePointer startWith) JDOMNodePointer.namespaceIterator()