Frames | No Frames |
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 | NEEDSDOC Method createDTMIterator
NEEDSDOC @param xpathString
NEEDSDOC @param presolver
NEEDSDOC (createDTMIterator) @return
|
DTMIterator | DTMManagerDefault.createDTMIterator(int node) 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. |
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 | |
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 | 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 | Create a new LocPathIterator iterator. |
Methods with parameter type org.apache.xml.dtm.DTMIterator | |
DTMIterator | Sort given nodes
|
Methods with return type org.apache.xml.dtm.DTMIterator | |
DTMIterator | Sort given nodes
|
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 | Create a new DTMIterator based on an XPath
UnionExpr.="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr."> |
DTMIterator | DTMManager.createDTMIterator(int node) Create a new DTMIterator that holds exactly one node.
|
DTMIterator | Create a new DTMIterator based only on a whatToShow
and a DTMFilter. |
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 | Given an select expression and a context, evaluate the XPath
and return the resulting iterator.
|
DTMIterator | 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 | Create a new DTMIterator based on an XPath
UnionExpr.="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr."> |
DTMIterator | XPathContext.createDTMIterator(int node) Create a new DTMIterator that holds exactly one node.
|
DTMIterator | 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.
|
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 | |
Constructor KeyRefIterator
|
Methods with parameter type org.apache.xml.dtm.DTMIterator | |
void | 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.
|
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.
|