gnu.kawa.xml

Class DescendantOrSelfAxis

public class DescendantOrSelfAxis extends TreeScanner

Used to implement a descendant-or-self:: step in a path expression.
Field Summary
static DescendantOrSelfAxisanyNode
Method Summary
static DescendantOrSelfAxismake(NodePredicate type)
voidscan(AbstractSequence seq, int ipos, PositionConsumer out)

Field Detail

anyNode

public static final DescendantOrSelfAxis anyNode

Method Detail

make

public static DescendantOrSelfAxis make(NodePredicate type)

scan

public void scan(AbstractSequence seq, int ipos, PositionConsumer out)