net.sf.saxon.tree

Class AncestorEnumeration

final class AncestorEnumeration extends TreeEnumeration

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

Constructor Detail

AncestorEnumeration

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

Method Detail

getAnother

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

step

protected void step()