org.exist.xquery
Class DescendantOrSelfSelector

java.lang.Object
  extended byorg.exist.xquery.DescendantSelector
      extended byorg.exist.xquery.DescendantOrSelfSelector
All Implemented Interfaces:
NodeSelector

public class DescendantOrSelfSelector
extends DescendantSelector

Author:
Wolfgang Meier (wolfgang@exist-db.org)

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

Constructor Detail

DescendantOrSelfSelector

public DescendantOrSelfSelector(NodeSet contextSet,
                                int contextId)
Method Detail

match

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


Copyright (C) Wolfgang Meier. All rights reserved.