org.exist.xquery.parser
Class XQueryAST
java.lang.Object
CommonAST
org.exist.xquery.parser.XQueryAST
- public class XQueryAST
- extends CommonAST
- Author:
- Wolfgang Meier (wolfgang@exist-db.org)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQueryAST
public XQueryAST()
XQueryAST
public XQueryAST(int type,
java.lang.String text)
XQueryAST
public XQueryAST(AST ast)
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.