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

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

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

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

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

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

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