org.exist.xpath
Class RootNode

java.lang.Object
  extended byorg.exist.xpath.Step
      extended byorg.exist.xpath.RootNode
All Implemented Interfaces:
Expression

public class RootNode
extends Step

Description of the Class

Author:
Wolfgang Meier

Field Summary
 
Fields inherited from class org.exist.xpath.Step
axis, inPredicate, pool, predicates, test
 
Constructor Summary
RootNode(BrokerPool pool)
          Constructor for the RootNode object
 
Method Summary
 Value eval(DocumentSet docs, NodeSet context, NodeProxy node)
          Description of the Method
 java.lang.String pprint()
          Description of the Method
 
Methods inherited from class org.exist.xpath.Step
addPredicate, getAxis, preselect, returnsType, setAxis, setInPredicate, setTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootNode

public RootNode(BrokerPool pool)
Constructor for the RootNode object

Method Detail

eval

public Value eval(DocumentSet docs,
                  NodeSet context,
                  NodeProxy node)
Description of the Method

Specified by:
eval in interface Expression
Specified by:
eval in class Step
Parameters:
docs - Description of the Parameter
context - Description of the Parameter
node - Description of the Parameter
Returns:
Description of the Return Value

pprint

public java.lang.String pprint()
Description of the Method

Specified by:
pprint in interface Expression
Overrides:
pprint in class Step
Returns:
Description of the Return Value


Copyright (C) Wolfgang Meier. All rights reserved.