org.exist.xquery.parser
Class XQueryAST

java.lang.Object
  extended byCommonAST
      extended byorg.exist.xquery.parser.XQueryAST

public class XQueryAST
extends CommonAST

Author:
Wolfgang Meier (wolfgang@exist-db.org)
See Also:
Serialized Form

Constructor Summary
XQueryAST()
           
XQueryAST(AST ast)
           
XQueryAST(int type, java.lang.String text)
           
 
Method Summary
 void copyLexInfo(XQueryAST ast)
           
 int getColumn()
           
 int getLine()
           
 void initialize(AST ast)
           
 void setColumn(int column)
           
 void setLine(int line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryAST

public XQueryAST()

XQueryAST

public XQueryAST(int type,
                 java.lang.String text)

XQueryAST

public XQueryAST(AST ast)
Method Detail

initialize

public void initialize(AST ast)

copyLexInfo

public void copyLexInfo(XQueryAST ast)

setLine

public void setLine(int line)

setColumn

public void setColumn(int column)

getLine

public int getLine()

getColumn

public int getColumn()


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.