de.fraunhofer.ipsi.xquery.tree
Class XQueryNodeAbstract

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
All Implemented Interfaces:
XQueryNode
Direct Known Subclasses:
XQueryBaseURIDecl, XQueryCaseClause, XQueryConstructionDecl, XQueryCopyNamespacesDecl, XQueryDefaultCollationDecl, XQueryDefaultNamespaceDecl, XQueryDefaultOrderingDecl, XQueryEmptyOrderDecl, XQueryExpressionAbstract, XQueryForClause, XQueryFunctionDecl, XQueryLetClause, XQueryModule, XQueryModuleDecl, XQueryModuleImport, XQueryNamespaceDecl, XQueryOptionDecl, XQueryOrderBy, XQueryOrderSpec, XQueryParameter, XQueryPragma, XQueryPredicate, XQueryProlog, XQuerySchemaImport, XQuerySequenceType, XQueryVarDecl, XQueryVersionDecl, XQueryWhereClause

public abstract class XQueryNodeAbstract
extends java.lang.Object
implements XQueryNode


Constructor Summary
XQueryNodeAbstract(PositionInfo pos)
          Constructor
 
Method Summary
 PositionInfo getPosition()
          Method getColumn
 void setPosition(PositionInfo pos)
          Method setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryNodeAbstract

public XQueryNodeAbstract(PositionInfo pos)
Constructor

Parameters:
column - an int
line - an int
Method Detail

getPosition

public PositionInfo getPosition()
Method getColumn

Specified by:
getPosition in interface XQueryNode
Returns:
an int

setPosition

public void setPosition(PositionInfo pos)
Method setPosition

Parameters:
pos - a PositionInfo