XQConnection
SaxonXQConnection
public interface XQStaticContext
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBaseURI() |
|
int |
getBoundarySpacePolicy() |
|
int |
getConstructionMode() |
|
int |
getCopyNamespacesModeInherit() |
|
int |
getCopyNamespacesModePreserve() |
|
java.lang.String |
getDefaultCollation() |
|
java.lang.String |
getDefaultElementTypeNamespace() |
|
java.lang.String |
getDefaultFunctionNamespace() |
|
int |
getDefaultOrderForEmptySequences() |
|
java.lang.String[] |
getInScopeNamespacePrefixes() |
|
java.lang.String |
getNamespaceURI(java.lang.String prefix) |
|
int |
getOrderingMode() |
|
javax.xml.namespace.QName[] |
getStaticInScopeVariableNames() |
|
XQSequenceType |
getStaticInScopeVariableType(javax.xml.namespace.QName varname) |
java.lang.String getBaseURI() throws XQException
XQException
int getBoundarySpacePolicy() throws XQException
XQException
int getConstructionMode() throws XQException
XQException
int getCopyNamespacesModeInherit() throws XQException
XQException
int getCopyNamespacesModePreserve() throws XQException
XQException
java.lang.String getDefaultCollation() throws XQException
XQException
java.lang.String getDefaultElementTypeNamespace() throws XQException
XQException
java.lang.String getDefaultFunctionNamespace() throws XQException
XQException
int getDefaultOrderForEmptySequences() throws XQException
XQException
java.lang.String[] getInScopeNamespacePrefixes() throws XQException
XQException
java.lang.String getNamespaceURI(java.lang.String prefix) throws XQException
XQException
int getOrderingMode() throws XQException
XQException
javax.xml.namespace.QName[] getStaticInScopeVariableNames() throws XQException
XQException
XQSequenceType getStaticInScopeVariableType(javax.xml.namespace.QName varname) throws XQException
XQException