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

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

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

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

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

Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return types with arguments of type XQueryDefaultCollationDecl
 java.util.List<XQueryDefaultCollationDecl> XQueryProlog.getDefaultCollation()
          Method getDefaultNamespaceDecls
 

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