com.icl.saxon.tree
Class NamespaceEnumeration
- AxisEnumeration, LastPositionFinder, NodeEnumeration
(package private) final class NamespaceEnumeration
protected boolean | conforms(NodeInfo node) - Test whether a node conforms.
|
int | getLastPosition() - Get the last position, that is the number of nodes in the enumeration
|
boolean | isPeer() - Determine if the nodes are guaranteed to be peers (i.e.
|
boolean | isSorted() - Determine if the nodes are guaranteed to be sorted in document order
|
void | step() - Advance one step along the axis: the resulting node might not meet the required
criteria for inclusion
|
NamespaceEnumeration
public NamespaceEnumeration(NodeImpl node,
NodeTest nodeTest)
Create an axis enumeration for a given type and name of node, from a given
origin node
conforms
protected boolean conforms(NodeInfo node)
Test whether a node conforms. Reject a node with prefix="", uri="" since
this represents a namespace undeclaration and not a true namespace node.
step
public void step()
Advance one step along the axis: the resulting node might not meet the required
criteria for inclusion
- step in interface TreeEnumeration