public interface XQStaticContext
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
int |
getBoundarySpacePolicy() |
int |
getConstructionMode() |
int |
getCopyNamespacesModeInherit() |
int |
getCopyNamespacesModePreserve() |
String |
getDefaultCollation() |
String |
getDefaultElementTypeNamespace() |
String |
getDefaultFunctionNamespace() |
int |
getDefaultOrderForEmptySequences() |
String[] |
getInScopeNamespacePrefixes() |
String |
getNamespaceURI(String prefix) |
int |
getOrderingMode() |
QName[] |
getStaticInScopeVariableNames() |
XQSequenceType |
getStaticInScopeVariableType(QName varname) |
String getBaseURI() throws XQException
XQExceptionint getBoundarySpacePolicy()
throws XQException
XQExceptionint getConstructionMode()
throws XQException
XQExceptionint getCopyNamespacesModeInherit()
throws XQException
XQExceptionint getCopyNamespacesModePreserve()
throws XQException
XQExceptionString getDefaultCollation() throws XQException
XQExceptionString getDefaultElementTypeNamespace() throws XQException
XQExceptionString getDefaultFunctionNamespace() throws XQException
XQExceptionint getDefaultOrderForEmptySequences()
throws XQException
XQExceptionString[] getInScopeNamespacePrefixes() throws XQException
XQExceptionString getNamespaceURI(String prefix) throws XQException
XQExceptionint getOrderingMode()
throws XQException
XQExceptionQName[] getStaticInScopeVariableNames() throws XQException
XQExceptionXQSequenceType getStaticInScopeVariableType(QName varname) throws XQException
XQException