Package org.oXML.xpath.iterator

Class Summary
AbstractNodeset  
AncestorIterator overloads getNextNode() to return the parent of the nodes of the parent iterator
AncestorOrSelfIterator overloads getNextNode() to return the parent of the nodes of the parent iterator
AttributeIterator contains all the attributes of all Elements in the parent nodeset
ChildIterator contains all child nodes of all nodes returned by parent nodeset
DescendantNodeIterator overloads getNextNode() to return all descendants of the nodes of the parent iterator
DescendantOrSelfNodeIterator overloads getNextNode() to return the descendants of the nodes of the parent iterator
DynamicNodeset Nodeset where nodes can be dynamically added.
EmptyNodeset  
FilteringIterator  
FollowingIterator overloads getNextNode() to return the following nodes of the parent iterator
FollowingSiblingIterator overloads getNextNode() to return the siblings of the nodes of the parent iterator
IteratedNodeset  
NamespaceIterator  
NullNodeset  
ParentNodeIterator overloads getNextNode() to return the parent of the nodes of the parent iterator
PrecedingIterator overloads getNextNode() to return the preceding nodes of the parent iterator
PrecedingSiblingIterator overloads getNextNode() to return the parent of the nodes of the parent iterator
PredicateIterator  
SingleNodeIterator wraps a Node in a NodeIterator.
SingleNodeset wraps a Node in a NodeIterator.
SubNodeIterator NodeIterator that shows nodes that: a) are presented by the parent NodeIterator (set at construction time) b) are accepted by the NodeFilter (set at construction time)
UnionIterator  
 

Exception Summary
IteratorException  
NotImplementedException