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

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

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

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

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

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

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