Uses of Interface
org.loboevolution.apache.xml.dtm.DTMIterator
Packages that use DTMIterator
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
-
Uses of DTMIterator in org.loboevolution.apache.xml.dtm
Methods in org.loboevolution.apache.xml.dtm that return DTMIteratorModifier and TypeMethodDescriptionDTMIterator.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.abstract DTMIterator
DTMManager.createDTMIterator
(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion) Create a newDTMIterator
based only on a whatToShow and a DTMFilter.abstract DTMIterator
DTMManager.createDTMIterator
(Object xpathCompiler, int pos) abstract DTMIterator
DTMManager.createDTMIterator
(String xpathString, PrefixResolver presolver) -
Uses of DTMIterator in org.loboevolution.apache.xml.dtm.ref
Methods in org.loboevolution.apache.xml.dtm.ref that return DTMIteratorModifier and TypeMethodDescriptionDTMManagerDefault.createDTMIterator
(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion) Create a newDTMIterator
based only on a whatToShow and a DTMFilter.DTMManagerDefault.createDTMIterator
(Object xpathCompiler, int pos) DTMManagerDefault.createDTMIterator
(String xpathString, PrefixResolver presolver) DTMNodeList.getDTMIterator()
Access the wrapped DTMIterator.Constructors in org.loboevolution.apache.xml.dtm.ref with parameters of type DTMIteratorModifierConstructorDescriptionDTMNodeIterator
(DTMIterator dtmIterator) Public constructor: Wrap a DTMNodeIterator around an existing and preconfigured DTMIteratorDTMNodeList
(DTMIterator dtmIterator) Public constructor: Wrap a DTMNodeList around an existing and preconfigured DTMIterator -
Uses of DTMIterator in org.loboevolution.apache.xpath
Classes in org.loboevolution.apache.xpath that implement DTMIteratorModifier and TypeClassDescriptionclass
The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.Methods in org.loboevolution.apache.xpath that return DTMIteratorModifier and TypeMethodDescriptionExpression.asIterator
(XPathContext xctxt, int contextNode) Given an select expression and a context, evaluate the XPath and return the resulting iterator.NodeSetDTM.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.XPathContext.createDTMIterator
(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion) Create a newDTMIterator
based only on a whatToShow and a DTMFilter.XPathContext.createDTMIterator
(Object xpathCompiler, int pos) XPathContext.createDTMIterator
(String xpathString, PrefixResolver presolver) Methods in org.loboevolution.apache.xpath with parameters of type DTMIteratorModifier and TypeMethodDescriptionvoid
NodeSetDTM.addNodes
(DTMIterator iterator) Copy NodeList members into this nodelist, adding in document order.Constructors in org.loboevolution.apache.xpath with parameters of type DTMIteratorModifierConstructorDescriptionCreate a NodeSetDTM, and copy the members of the given DTMIterator into it. -
Uses of DTMIterator in org.loboevolution.apache.xpath.axes
Classes in org.loboevolution.apache.xpath.axes that implement DTMIteratorModifier and TypeClassDescriptionclass
This class implements an optimized iterator for attribute axes patterns.class
Base for iterators that handle predicates.class
This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.class
This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.class
This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.class
This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath LocationPath.class
This class is the dynamic wrapper for a Xalan DTMIterator instance, and provides random access capabilities.class
This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate.class
This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e. it can not be used with ancestors, preceding, etc.)class
This class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.class
This class defines a simplified type of union iterator that only tests along the child axes.class
This class extends NodeSetDTM, which implements DTMIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.class
Location path iterator that uses Walkers.class
This class iterates over set of nodes that needs to be sorted.Fields in org.loboevolution.apache.xpath.axes declared as DTMIteratorModifier and TypeFieldDescriptionprotected DTMIterator
NodeSequence.m_iter
The functional iterator that fetches nodes.protected DTMIterator[]
UnionPathIterator.m_iterators
The location path iterators, one for each location path contained in the union expression.Methods in org.loboevolution.apache.xpath.axes that return DTMIteratorModifier and TypeMethodDescriptionLocPathIterator.asIterator
(XPathContext xctxt, int contextNode) Given an select expression and a context, evaluate the XPath and return the resulting iterator.BasicTestIterator.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.ChildTestIterator.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.DescendantIterator.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.LocPathIterator.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.NodeSequence.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.OneStepIterator.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration.IteratorPool.getInstance()
Get an instance of the given object in this poolIteratorPool.getInstanceOrThrow()
Get an instance of the given object in this poolstatic DTMIterator
WalkerFactory.newDTMIterator
(Compiler compiler, int opPos, boolean isTopLevel) Create a new LocPathIterator iterator.Methods in org.loboevolution.apache.xpath.axes with parameters of type DTMIteratorModifier and TypeMethodDescriptionvoid
IteratorPool.freeInstance
(DTMIterator obj) Add an instance of the given object to the poolfinal void
NodeSequence.setIter
(DTMIterator iter) Set the functional iterator that fetches nodes.Constructors in org.loboevolution.apache.xpath.axes with parameters of type DTMIterator -
Uses of DTMIterator in org.loboevolution.apache.xpath.objects
Classes in org.loboevolution.apache.xpath.objects that implement DTMIteratorModifier and TypeClassDescriptionclass
This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.Methods in org.loboevolution.apache.xpath.objects that return DTMIteratorModifier and TypeMethodDescriptionXNodeSet.iter()
Cast result object to a nodelist.XObject.iter()
Cast result object to a nodelist.XNodeSet.iterRaw()
Return the iterator without cloning, etc.Constructors in org.loboevolution.apache.xpath.objects with parameters of type DTMIterator