net.sf.saxon.tree

Class DescendantEnumeration

final class DescendantEnumeration extends TreeEnumeration

Constructor Summary
DescendantEnumeration(NodeImpl node, NodeTest nodeTest, boolean includeSelf)
Method Summary
SequenceIteratorgetAnother()
Get another enumeration of the same nodes
protected voidstep()

Constructor Detail

DescendantEnumeration

public DescendantEnumeration(NodeImpl node, NodeTest nodeTest, boolean includeSelf)

Method Detail

getAnother

public SequenceIterator getAnother()
Get another enumeration of the same nodes

step

protected void step()