de.fraunhofer.ipsi.xquery.tree.xpath
Class XQueryPredicate

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.xpath.XQueryPredicate
All Implemented Interfaces:
XQueryNode

public class XQueryPredicate
extends XQueryNodeAbstract


Constructor Summary
XQueryPredicate(PositionInfo pos, java.util.List<XQueryExpression> expr)
          Constructor
 
Method Summary
 java.util.List<XQueryExpression> getExpressions()
          Method getExpressions
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryPredicate

public XQueryPredicate(PositionInfo pos,
                       java.util.List<XQueryExpression> expr)
Constructor

Parameters:
column - an int
line - an int
expr - a XQueryExprSequence
Method Detail

getExpressions

public java.util.List<XQueryExpression> getExpressions()
Method getExpressions

Returns:
a XQueryExprSequence