de.fraunhofer.ipsi.xquery.tree.primary
Class XQueryLiteral
java.lang.Object
de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
de.fraunhofer.ipsi.xquery.tree.primary.XQueryLiteral
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryStepExpr, XQueryNode
public class XQueryLiteral
- extends XQueryPrimaryExprAbstract
XQuery Interpreter LiteralOperator.
- Since:
- CVS $Date: 2004/08/31 10:41:11 $
- Version:
- CVS $Revision: 1.4 $
- Author:
- Tobias Groh, Sven Overhage
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryLiteral
public XQueryLiteral(PositionInfo pos,
XDT_AnyAtomicType o)
- Constructor
- Parameters:
column
- an intline
- an into
- a XS_AnySimpleType
appendString
public void appendString(java.lang.String s)
- Method appendString
- Parameters:
s
- a String
getLiteral
public XDT_AnyAtomicType getLiteral()
- Method getLiteral
- Returns:
- an AnyType
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException