Package net.sf.saxon.javax.xml.xquery
Interface XQStaticContext
-
- All Known Subinterfaces:
XQConnection
- All Known Implementing Classes:
SaxonXQConnection
public interface XQStaticContextXQJ interfaces reconstructed from version 0.5 documentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBaseURI()intgetBoundarySpacePolicy()intgetConstructionMode()intgetCopyNamespacesModeInherit()intgetCopyNamespacesModePreserve()java.lang.StringgetDefaultCollation()java.lang.StringgetDefaultElementTypeNamespace()java.lang.StringgetDefaultFunctionNamespace()intgetDefaultOrderForEmptySequences()java.lang.String[]getInScopeNamespacePrefixes()java.lang.StringgetNamespaceURI(java.lang.String prefix)intgetOrderingMode()javax.xml.namespace.QName[]getStaticInScopeVariableNames()XQSequenceTypegetStaticInScopeVariableType(javax.xml.namespace.QName varname)
-
-
-
Method Detail
-
getBaseURI
java.lang.String getBaseURI() throws XQException- Throws:
XQException
-
getBoundarySpacePolicy
int getBoundarySpacePolicy() throws XQException- Throws:
XQException
-
getConstructionMode
int getConstructionMode() throws XQException- Throws:
XQException
-
getCopyNamespacesModeInherit
int getCopyNamespacesModeInherit() throws XQException- Throws:
XQException
-
getCopyNamespacesModePreserve
int getCopyNamespacesModePreserve() throws XQException- Throws:
XQException
-
getDefaultCollation
java.lang.String getDefaultCollation() throws XQException- Throws:
XQException
-
getDefaultElementTypeNamespace
java.lang.String getDefaultElementTypeNamespace() throws XQException- Throws:
XQException
-
getDefaultFunctionNamespace
java.lang.String getDefaultFunctionNamespace() throws XQException- Throws:
XQException
-
getDefaultOrderForEmptySequences
int getDefaultOrderForEmptySequences() throws XQException- Throws:
XQException
-
getInScopeNamespacePrefixes
java.lang.String[] getInScopeNamespacePrefixes() throws XQException- Throws:
XQException
-
getNamespaceURI
java.lang.String getNamespaceURI(java.lang.String prefix) throws XQException- Throws:
XQException
-
getOrderingMode
int getOrderingMode() throws XQException- Throws:
XQException
-
getStaticInScopeVariableNames
javax.xml.namespace.QName[] getStaticInScopeVariableNames() throws XQException- Throws:
XQException
-
getStaticInScopeVariableType
XQSequenceType getStaticInScopeVariableType(javax.xml.namespace.QName varname) throws XQException
- Throws:
XQException
-
-