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

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

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

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

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

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

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