Modifier and Type | Class and Description |
---|---|
private class | DTMDefaultBaseTraversers.
Implements traversal of the entire subtree, including the root node. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Attribute access |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
A non-xpath axis, returns all nodes that aren't namespaces or attributes, from but not including the root. |
private class | DTMDefaultBaseTraversers.
A non-xpath axis, returns all nodes that aren't namespaces or attributes, from and including the root. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the following access, in document order. |
private abstract class | DTMDefaultBaseTraversers.
Super class for derived classes that want a convenient way to access the indexing mechanism. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor and the Preceding axis, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Ancestor access, in reverse document order. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Self axis. |
private class | DTMDefaultBaseTraversers.
Implements traversal of the Self axis. |
Access | Constructor and Description |
---|---|
public | DTMDefaultBaseTraversers(DTMManager
The DTMManager who owns this DTM. mgr, Source The object that is used to specify the construction source. source, int The DTM identity ID for this DTM. dtmIdentity, DTMWSFilter The white space filter for this DTM, which may
be null. whiteSpaceFilter, XMLStringFactory The factory to use for creating XMLStrings. xstringfactory, boolean true if the caller considers it worth it to use
indexing schemes. doIndexing)Construct a DTMDefaultBaseTraversers object from a DOM node. |
public | DTMDefaultBaseTraversers(DTMManager
The DTMManager who owns this DTM. mgr, Source The object that is used to specify the construction source. source, int The DTM identity ID for this DTM. dtmIdentity, DTMWSFilter The white space filter for this DTM, which may
be null. whiteSpaceFilter, XMLStringFactory The factory to use for creating XMLStrings. xstringfactory, boolean true if the caller considers it worth it to use
indexing schemes. doIndexing, int The block size of the DTM. blocksize, boolean true if we want to build the previous sibling node array. usePrevsib, boolean true if we want to use a new ExpandedNameTable for this DTM. newNameTable)Construct a DTMDefaultBaseTraversers object from a DOM node. |
Modifier and Type | Method and Description |
---|---|
public DTMAxisTraverser | Returns: A DTMAxisTraverser, or null if the given axis isn't supported.One of Axes.ANCESTORORSELF, etc. axis)Implements com. This returns a stateless "traverser", that can navigate over an XPath axis, though perhaps not in document order. |