Uses of Class
de.fraunhofer.ipsi.xquery.tree.prolog.XQueryEmptyOrderDecl

Packages that use XQueryEmptyOrderDecl
de.fraunhofer.ipsi.xquery.tree   
de.fraunhofer.ipsi.xquery.tree.prolog   
 

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

Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryEmptyOrderDecl
 void VisitorXQueryPrettyPrint.process(XQueryEmptyOrderDecl node)
          Method process
 void VisitorXQueryModulesAndProlog.process(XQueryEmptyOrderDecl node)
           
 void VisitorXQueryInitStaticContext.process(XQueryEmptyOrderDecl op)
          Method process
 void VisitorXQueryInitDynamicContext.process(XQueryEmptyOrderDecl node)
          Method process
 

Uses of XQueryEmptyOrderDecl in de.fraunhofer.ipsi.xquery.tree.prolog
 

Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return types with arguments of type XQueryEmptyOrderDecl
 java.util.List<XQueryEmptyOrderDecl> XQueryProlog.getEmptyOrderDecl()
          Returns EmptyOrderDecl
 

Methods in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type XQueryEmptyOrderDecl
 void XQueryProlog.add(XQueryEmptyOrderDecl decl)
          Method add