Package net.sf.saxon.javax.xml.xquery
Interface XQStaticContext
- All Known Subinterfaces:
XQConnection
- All Known Implementing Classes:
SaxonXQConnection
public interface XQStaticContext
XQJ interfaces reconstructed from version 0.5 documentation
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
String[]
getNamespaceURI
(String prefix) int
QName[]
getStaticInScopeVariableType
(QName varname)
-
Method Details
-
getBaseURI
- Throws:
XQException
-
getBoundarySpacePolicy
- Throws:
XQException
-
getConstructionMode
- Throws:
XQException
-
getCopyNamespacesModeInherit
- Throws:
XQException
-
getCopyNamespacesModePreserve
- Throws:
XQException
-
getDefaultCollation
- Throws:
XQException
-
getDefaultElementTypeNamespace
- Throws:
XQException
-
getDefaultFunctionNamespace
- Throws:
XQException
-
getDefaultOrderForEmptySequences
- Throws:
XQException
-
getInScopeNamespacePrefixes
- Throws:
XQException
-
getNamespaceURI
- Throws:
XQException
-
getOrderingMode
- Throws:
XQException
-
getStaticInScopeVariableNames
- Throws:
XQException
-
getStaticInScopeVariableType
- Throws:
XQException
-