Uses of Interface org.apache.xml.dtm.DTMIterator

Uses in package org.apache.xpath.objects

Classes implementing org.apache.xml.dtm.DTMIterator

class
This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.
class
This class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.
class
This class represents an XPath null object, and is capable of converting the null to other types, such as a string.

Constructors with parameter type org.apache.xml.dtm.DTMIterator

Construct a XNodeSet object.

Methods with parameter type org.apache.xml.dtm.DTMIterator

void

Methods with return type org.apache.xml.dtm.DTMIterator

DTMIterator
Cast result object to a DTMIterator.
DTMIterator
Cast result object to a DTMIterator.
DTMIterator
Cast result object to a nodelist.
DTMIterator
Cast result object to a nodelist.
DTMIterator
Return the iterator without cloning, etc.

Uses in package org.apache.xpath

Classes implementing org.apache.xml.dtm.DTMIterator

class
The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.

Constructors with parameter type org.apache.xml.dtm.DTMIterator

Create a NodeSetDTM, and copy the members of the given DTMIterator into it.

Methods with parameter type org.apache.xml.dtm.DTMIterator

void
Copy NodeList members into this nodelist, adding in document order.
void
Copy NodeList members into this nodelist, adding in document order.
void
Set the current context node list.

Methods with return type org.apache.xml.dtm.DTMIterator

DTMIterator
Expression.asIterator(XPathContext xctxt, int contextNode)
Given an select expression and a context, evaluate the XPath and return the resulting iterator.
DTMIterator
Expression.asIteratorRaw(XPathContext xctxt, int contextNode)
Given an select expression and a context, evaluate the XPath and return the resulting iterator, but do not clone.
DTMIterator
Get a cloned Iterator, and reset its state to the beginning of the iteration.
DTMIterator
XPathContext.createDTMIterator(Object xpathCompiler, int pos)
Create a new DTMIterator based on an XPath UnionExpr.="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr.">
DTMIterator
XPathContext.createDTMIterator(String xpathString, PrefixResolver presolver)
Create a new DTMIterator based on an XPath UnionExpr.="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr.">
DTMIterator
Create a new DTMIterator that holds exactly one node.
DTMIterator
XPathContext.createDTMIterator(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion)
Create a new DTMIterator based only on a whatToShow and a DTMFilter.
DTMIterator
Get the current context node list.
DTMIterator
Get the current context node list.

Uses in package org.apache.xalan.templates

Methods with parameter type org.apache.xml.dtm.DTMIterator

DTMIterator
ElemForEach.sortNodes(XPathContext xctxt, Vector keys, DTMIterator sourceNodes)
Sort given nodes

Methods with return type org.apache.xml.dtm.DTMIterator

DTMIterator
ElemForEach.sortNodes(XPathContext xctxt, Vector keys, DTMIterator sourceNodes)
Sort given nodes

Uses in package org.apache.xml.dtm

Methods with return type org.apache.xml.dtm.DTMIterator

DTMIterator
Get a cloned Iterator that is reset to the start of the iteration.
DTMIterator
DTMManager.createDTMIterator(Object xpathCompiler, int pos)
Create a new DTMIterator based on an XPath UnionExpr.="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr.">
DTMIterator
DTMManager.createDTMIterator(String xpathString, PrefixResolver presolver)
Create a new DTMIterator based on an XPath UnionExpr.="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr.">
DTMIterator
Create a new DTMIterator that holds exactly one node.
DTMIterator
DTMManager.createDTMIterator(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion)
Create a new DTMIterator based only on a whatToShow and a DTMFilter.

Uses in package org.apache.xpath.axes

Classes implementing org.apache.xml.dtm.DTMIterator

class
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
class
Class to use for one-step iteration that doesn't have a predicate, and doesn't need to set the context.
class
This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
class
This class treats a LocationPath as a filtered iteration over the tree, evaluating each node in a super axis traversal against the LocationPath interpreted as a match pattern.
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 RTF Iterator.
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.

Constructors with parameter type org.apache.xml.dtm.DTMIterator

Constructor IteratorPool
NodeSequence.NodeSequence(DTMIterator iter, int context, XPathContext xctxt, boolean shouldCacheNodes)
Create a new NodeSequence from a (already cloned) iterator.

Methods with parameter type org.apache.xml.dtm.DTMIterator

void
Add an iterator to the union list.
void
Add an instance of the given object to the pool
void
Set the functional iterator that fetches nodes.

Methods with return type org.apache.xml.dtm.DTMIterator

DTMIterator
LocPathIterator.asIterator(XPathContext xctxt, int contextNode)
Given an select expression and a context, evaluate the XPath and return the resulting iterator.
DTMIterator
Get a cloned Iterator that is reset to the beginning of the query.
DTMIterator
Get a cloned Iterator that is reset to the beginning of the query.
DTMIterator
Get a cloned Iterator that is reset to the beginning of the query.
DTMIterator
Get a cloned Iterator that is reset to the beginning of the query.
DTMIterator
Note: Not a deep clone.
DTMIterator
Get a cloned Iterator that is reset to the beginning of the query.
DTMIterator
Get the functional iterator that fetches nodes.
DTMIterator
Get an instance of the given object in this pool
DTMIterator
Get an instance of the given object in this pool
DTMIterator
WalkerFactory.newDTMIterator(Compiler compiler, int opPos, boolean isTopLevel)
Create a new LocPathIterator iterator.

Uses in package org.apache.xalan.transformer

Classes implementing org.apache.xml.dtm.DTMIterator

class
This class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations.
class
This class filters nodes from a key iterator, according to whether or not the use value matches the ref value.

Constructors with parameter type org.apache.xml.dtm.DTMIterator

KeyRefIterator.KeyRefIterator(QName name, XMLString ref, Vector keyDecls, DTMIterator ki)
Constructor KeyRefIterator

Methods with parameter type org.apache.xml.dtm.DTMIterator

void
NodeSorter.sort(DTMIterator v, Vector keys, XPathContext support)
Given a vector of nodes, sort each node according to the criteria in the keys.

Methods with return type org.apache.xml.dtm.DTMIterator

DTMIterator
Get the current context node list.

Uses in package org.apache.xml.dtm.ref

Constructors with parameter type org.apache.xml.dtm.DTMIterator

Public constructor: Wrap a DTMNodeIterator around an existing and preconfigured DTMIterator
Public constructor: Wrap a DTMNodeList around an existing and preconfigured DTMIterator WARNING: THIS HAS THE SIDE EFFECT OF ISSUING setShouldCacheNodes(true) AGAINST THE DTMIterator.

Methods with return type org.apache.xml.dtm.DTMIterator

DTMIterator
DTMManagerDefault.createDTMIterator(Object xpathCompiler, int pos)
NEEDSDOC Method createDTMIterator NEEDSDOC @param xpathCompiler NEEDSDOC @param pos NEEDSDOC (createDTMIterator) @return
DTMIterator
DTMManagerDefault.createDTMIterator(String xpathString, PrefixResolver presolver)
NEEDSDOC Method createDTMIterator NEEDSDOC @param xpathString NEEDSDOC @param presolver NEEDSDOC (createDTMIterator) @return
DTMIterator
NEEDSDOC Method createDTMIterator NEEDSDOC @param node NEEDSDOC (createDTMIterator) @return
DTMIterator
DTMManagerDefault.createDTMIterator(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion)
NEEDSDOC Method createDTMIterator NEEDSDOC @param whatToShow NEEDSDOC @param filter NEEDSDOC @param entityReferenceExpansion NEEDSDOC (createDTMIterator) @return
DTMIterator
Access the wrapped DTMIterator.
DTMIterator
Access the wrapped DTMIterator.

Copyright B) 2005 Apache XML Project. All Rights Reserved.