Uses of Class
de.fraunhofer.ipsi.xquery.tree.primary.XQueryLiteral

Packages that use XQueryLiteral
de.fraunhofer.ipsi.xquery.tree   
 

Uses of XQueryLiteral in de.fraunhofer.ipsi.xquery.tree
 

Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryLiteral
 void VisitorXQueryPrettyPrint.process(XQueryLiteral op)
           
 void VisitorXQueryMappingToCore.process(XQueryLiteral op)
          All literals are core expressions, therefore there are no normalization rules for literals.
 void VisitorXQueryExpression.process(XQueryLiteral node)