|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.prolog.XQueryProlog
public class XQueryProlog
Constructor Summary | |
---|---|
XQueryProlog()
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
void |
add(XQueryBaseURIDecl decl)
Method add |
void |
add(XQueryConstructionDecl decl)
Method add |
void |
add(XQueryCopyNamespacesDecl decl)
Method add |
void |
add(XQueryDefaultCollationDecl decl)
Method add |
void |
add(XQueryDefaultOrderingDecl decl)
Method add |
void |
add(XQueryEmptyOrderDecl decl)
Method add |
void |
add(XQueryFunctionDecl defn)
Method add |
void |
add(XQueryModuleImport decl)
Method add |
void |
add(XQueryNamespaceDecl decl)
Method add |
void |
add(XQueryOptionDecl decl)
Method add |
void |
add(XQuerySchemaImport decl)
Method add |
void |
add(XQueryVarDecl decl)
Method add |
void |
addDefaultElementNamespace(XQueryDefaultNamespaceDecl decl)
Method add |
void |
addDefaultFunctionNamespace(XQueryDefaultNamespaceDecl decl)
Method add |
java.util.List<XQueryBaseURIDecl> |
getBaseURI()
Method getBaseURIDecls |
java.util.List<XQueryConstructionDecl> |
getConstructionMode()
Method getConstructionMode |
java.util.List<XQueryCopyNamespacesDecl> |
getCopyNamespacesDecl()
Returns CopyNamespacesDecl |
java.util.List<XQueryDefaultCollationDecl> |
getDefaultCollation()
Method getDefaultNamespaceDecls |
java.util.List<XQueryDefaultNamespaceDecl> |
getDefaultElementNamespace()
Method getDefaultNamespaceDecls |
java.util.List<XQueryDefaultNamespaceDecl> |
getDefaultFunctionNamespace()
Method getDefaultNamespaceDecls |
java.util.List<XQueryEmptyOrderDecl> |
getEmptyOrderDecl()
Returns EmptyOrderDecl |
java.util.List<XQueryFunctionDecl> |
getFunctionDefns()
Method getFunctionDefns |
java.util.List<XQueryModuleImport> |
getModuleImports()
Method getSchemaImports |
java.util.List<XQueryNamespaceDecl> |
getNamespaceDecls()
Method getNamespaceDecls |
java.util.List<XQueryOptionDecl> |
getOptionDecl()
Returns OptionDecl |
java.util.List<XQueryDefaultOrderingDecl> |
getOrderingMode()
Method getOrderingMode |
java.util.List<XQuerySchemaImport> |
getSchemaImports()
Method getSchemaImports |
java.util.List<XQueryVarDecl> |
getVarDefns()
Method getSchemaImports |
XQueryVersionDecl |
getVersion()
Method getVersion |
void |
setVersion(XQueryVersionDecl version)
Method setVersion |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract |
---|
getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQueryProlog()
column
- an intline
- an intversion
- a StringMethod Detail |
---|
public void setVersion(XQueryVersionDecl version)
version
- a Stringpublic void addDefaultElementNamespace(XQueryDefaultNamespaceDecl decl)
decl
- a XQueryDefaultNamespaceDeclpublic void addDefaultFunctionNamespace(XQueryDefaultNamespaceDecl decl)
decl
- a XQueryDefaultNamespaceDeclpublic void add(XQueryDefaultCollationDecl decl)
decl
- a XQueryDefaultNamespaceDeclpublic void add(XQueryBaseURIDecl decl)
decl
- a XQueryBaseURIDeclpublic void add(XQueryConstructionDecl decl)
decl
- a XQueryBaseURIDeclpublic void add(XQueryDefaultOrderingDecl decl)
decl
- a XQueryBaseURIDeclpublic void add(XQueryOptionDecl decl)
decl
- a XQueryOptionDeclpublic void add(XQueryEmptyOrderDecl decl)
decl
- a XQueryEmptyOrderDeclpublic void add(XQueryCopyNamespacesDecl decl)
decl
- a XQueryCopyNamespacesDeclpublic void add(XQueryNamespaceDecl decl)
decl
- a XQueryNamespaceDeclpublic void add(XQuerySchemaImport decl)
decl
- a XQuerySchemaImportpublic void add(XQueryModuleImport decl)
decl
- a XQuerySchemaImportpublic void add(XQueryVarDecl decl)
decl
- a XQuerySchemaImportpublic void add(XQueryFunctionDecl defn)
defn
- a XQueryFunctionDefinitionpublic XQueryVersionDecl getVersion()
public java.util.List<XQueryDefaultNamespaceDecl> getDefaultElementNamespace()
public java.util.List<XQueryDefaultNamespaceDecl> getDefaultFunctionNamespace()
public java.util.List<XQueryDefaultCollationDecl> getDefaultCollation()
public java.util.List<XQueryBaseURIDecl> getBaseURI()
public java.util.List<XQueryConstructionDecl> getConstructionMode()
public java.util.List<XQueryDefaultOrderingDecl> getOrderingMode()
public java.util.List<XQueryEmptyOrderDecl> getEmptyOrderDecl()
public java.util.List<XQueryCopyNamespacesDecl> getCopyNamespacesDecl()
public java.util.List<XQueryNamespaceDecl> getNamespaceDecls()
public java.util.List<XQuerySchemaImport> getSchemaImports()
public java.util.List<XQueryModuleImport> getModuleImports()
public java.util.List<XQueryVarDecl> getVarDefns()
public java.util.List<XQueryFunctionDecl> getFunctionDefns()
public java.util.List<XQueryOptionDecl> getOptionDecl()
public void acceptVisitor(VisitorXQueryModulesAndProlog visitor) throws XQueryException
visitor
- a VisitorXQuery
QueryException
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |