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

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
          extended by de.fraunhofer.ipsi.xquery.tree.xpath.XQueryKindTest
All Implemented Interfaces:
XQueryExpression, XQueryNodeTest, XQueryStepExpr, XQueryNode

public class XQueryKindTest
extends XQueryExpressionAbstract
implements XQueryNodeTest


Constructor Summary
XQueryKindTest(XQuerySequenceType type)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryExpression visitor)
          Method acceptVisitor
 XQuerySequenceType getType()
          Method getType
 boolean isForwardStep()
          Method isForwardStep
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
getCoreExpression, setCoreExpression, toString
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpression
getCoreExpression
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.XQueryNode
getPosition
 

Constructor Detail

XQueryKindTest

public XQueryKindTest(XQuerySequenceType type)
Constructor

Parameters:
column - an int
line - an int
name - a QName
Method Detail

getType

public XQuerySequenceType getType()
Method getType

Returns:
a XQuerySequenceType

isForwardStep

public boolean isForwardStep()
Method isForwardStep

Specified by:
isForwardStep in interface XQueryStepExpr
Returns:
a boolean

acceptVisitor

public void acceptVisitor(VisitorXQueryExpression visitor)
                   throws XQueryException
Method acceptVisitor

Specified by:
acceptVisitor in interface XQueryExpression
Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException