de.fraunhofer.ipsi.xquery.tree.xpath
Interface XQueryStepExpr

All Superinterfaces:
XQueryExpression, XQueryNode
All Known Subinterfaces:
XQueryNodeTest, XQueryPrimaryExpr, XQueryXmlExpression
All Known Implementing Classes:
XQueryAbbreviatedStep, XQueryAtStep, XQueryAttribute, XQueryAxisStep, XQueryCdataSection, XQueryCompNSConstructor, XQueryComputedAttributeConstructor, XQueryComputedConstructorAbstract, XQueryComputedDocumentConstructor, XQueryComputedElementConstructor, XQueryComputedTextConstructor, XQueryComputedXmlComment, XQueryCompXmlPi, XQueryContextItemExpr, XQueryElementConstructor, XQueryFunctionCall, XQueryKindTest, XQueryLiteral, XQueryNameTest, XQueryOrderingExpr, XQueryParenthesizedExpr, XQueryPathExpr, XQueryPrimaryExprAbstract, XQueryQualifiedStep, XQueryVariable, XQueryXmlComment, XQueryXmlProcessingInstruction

public interface XQueryStepExpr
extends XQueryExpression


Method Summary
 boolean isForwardStep()
           
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpression
acceptVisitor, getCoreExpression
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.XQueryNode
getPosition
 

Method Detail

isForwardStep

boolean isForwardStep()