org.exist.xquery
Class DescendantSelector

java.lang.Object
  extended by org.exist.xquery.DescendantSelector
All Implemented Interfaces:
NodeSelector
Direct Known Subclasses:
DescendantOrSelfSelector

public class DescendantSelector
extends java.lang.Object
implements NodeSelector


Field Summary
protected  NodeSet context
           
protected  int contextId
           
 
Constructor Summary
DescendantSelector(NodeSet contextSet, int contextId)
           
 
Method Summary
 NodeProxy match(DocumentImpl doc, NodeId nodeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected NodeSet context

contextId

protected int contextId
Constructor Detail

DescendantSelector

public DescendantSelector(NodeSet contextSet,
                          int contextId)
Method Detail

match

public NodeProxy match(DocumentImpl doc,
                       NodeId nodeId)
Specified by:
match in interface NodeSelector