public class XQuery extends Object
| Constructor and Description |
|---|
XQuery(String defaultElementNamespace,
String defaultFunctionNamespace,
String defaultCollation,
ModuleImport[] importedModules,
Namespace[] namespaceDeclarations,
VariableDefinition[] variableDefinitions,
FunctionDefinition[] defs,
AbstractExpression body,
String baseURI,
Boolean copyNamespacesPreserve,
Boolean copyNamespacesInherit,
boolean emptyLeast) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
AbstractExpression |
getBody() |
String |
getDefaultCollation() |
String |
getDefaultElementNamespace() |
String |
getDefaultFunctionNamespace() |
FunctionDefinition[] |
getFunctionDefinitions() |
ModuleImport[] |
getModuleImports() |
Namespace[] |
getNamespaceDeclarations() |
VariableDefinition[] |
getVariableDefinitions() |
boolean |
isEmptyLeast() |
Boolean |
isInheritNamespaces() |
Boolean |
isPreserveNamespaces() |
String |
toString() |
void |
toString(StringBuilder buf) |
public XQuery(String defaultElementNamespace, String defaultFunctionNamespace, String defaultCollation, ModuleImport[] importedModules, Namespace[] namespaceDeclarations, VariableDefinition[] variableDefinitions, FunctionDefinition[] defs, AbstractExpression body, String baseURI, Boolean copyNamespacesPreserve, Boolean copyNamespacesInherit, boolean emptyLeast)
public void toString(StringBuilder buf)
public AbstractExpression getBody()
public FunctionDefinition[] getFunctionDefinitions()
public Namespace[] getNamespaceDeclarations()
public VariableDefinition[] getVariableDefinitions()
public String getDefaultCollation()
public String getDefaultElementNamespace()
public String getDefaultFunctionNamespace()
public Boolean isPreserveNamespaces()
public Boolean isInheritNamespaces()
public String getBaseURI()
public boolean isEmptyLeast()
public ModuleImport[] getModuleImports()
Copyright © 2013. All Rights Reserved.