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

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

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

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

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

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

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