public class UseWhenStaticContext extends AbstractStaticContext implements XSLTStaticContext, Container
usingDefaultFunctionLibrary| Constructor and Description |
|---|
UseWhenStaticContext(Configuration config,
NamespaceResolver namespaceContext)
Create a static context for evaluating use-when expressions
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
bindVariable(StructuredQName qName)
Bind a variable used in this element to the XSLVariable element in which it is declared
|
StringCollator |
getCollation(java.lang.String name)
Get a named collation.
|
int |
getContainerGranularity()
Get the granularity of the container.
|
DecimalFormatManager |
getDecimalFormatManager()
Get a DecimalFormatManager to resolve the names of decimal formats used in calls
to the format-number() function.
|
java.lang.String |
getDefaultCollationName()
Get the name of the default collation.
|
java.lang.String |
getDefaultFunctionNamespace()
Get the default function namespace
|
Executable |
getExecutable()
Get the Executable representing the containing XSLT stylesheet
|
FunctionLibrary |
getFunctionLibrary()
Get the function library containing all the in-scope functions available in this static
context
|
java.util.Set<java.lang.String> |
getImportedSchemaNamespaces()
Get the set of imported schemas
|
NamespaceResolver |
getNamespaceResolver()
Get a namespace resolver to resolve the namespaces declared in this static context.
|
java.lang.String |
getSystemId()
Get the System ID of the container of the expression.
|
java.lang.String |
getURIForPrefix(java.lang.String prefix)
Get the URI for a namespace prefix.
|
boolean |
isAllowedBuiltInType(BuiltInAtomicType type)
Determine whether a built-in type is available in this context.
|
boolean |
isElementAvailable(java.lang.String qname)
Determine if an extension element is available
|
boolean |
isImportedSchema(java.lang.String namespace)
Determine whether a Schema for a given target namespace has been imported.
|
boolean |
isInBackwardsCompatibleMode()
Determine whether Backwards Compatible Mode is used
|
void |
issueWarning(java.lang.String s,
javax.xml.transform.SourceLocator locator)
Issue a compile-time warning
|
addFunctionLibrary, declareCollation, getBaseURI, getColumnNumber, getConfiguration, getDefaultElementNamespace, getHostLanguage, getLineNumber, getLocationMap, getLocationProvider, getNamePool, getPublicId, getRequiredContextItemType, getXPathLanguageLevel, isSchemaAware, makeEarlyEvaluationContext, setBackwardsCompatibilityMode, setBaseURI, setConfiguration, setDecimalFormatManager, setDefaultElementNamespace, setDefaultFunctionLibrary, setDefaultFunctionNamespace, setFunctionLibrary, setLocationMap, setSchemaAware, setXPathLanguageLevelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseURI, getConfiguration, getDefaultElementNamespace, getLineNumber, getLocationMap, getNamePool, getRequiredContextItemType, getXPathLanguageLevel, isSchemaAware, makeEarlyEvaluationContextgetHostLanguage, getLocationProviderpublic UseWhenStaticContext(Configuration config, NamespaceResolver namespaceContext)
config - the Saxon configurationnamespaceContext - the namespace context in which the use-when expression appearspublic Executable getExecutable()
getExecutable in interface Containerpublic void issueWarning(java.lang.String s,
javax.xml.transform.SourceLocator locator)
issueWarning in interface StaticContextissueWarning in class AbstractStaticContexts - The warning message. This should not contain any prefix such as "Warning".locator - the location of the construct in question. May be null.public java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.SourceLocatorgetSystemId in interface StaticContextgetSystemId in class AbstractStaticContextpublic int getContainerGranularity()
getContainerGranularity in interface Containerpublic java.lang.String getURIForPrefix(java.lang.String prefix)
throws XPathException
getURIForPrefix in interface StaticContextprefix - The prefixXPathException - if the prefix is not declaredpublic Expression bindVariable(StructuredQName qName) throws XPathException
bindVariable in interface StaticContextqName - the name of the variableVariableReference, suitably initialized to refer to the corresponding variable declaration,
but in general it can be any expression.XPathExceptionpublic FunctionLibrary getFunctionLibrary()
getFunctionLibrary in interface StaticContextgetFunctionLibrary in class AbstractStaticContextpublic StringCollator getCollation(java.lang.String name)
getCollation in interface StaticContextgetCollation in class AbstractStaticContextname - The name of the required collation. Supply null to get the default collation.public java.lang.String getDefaultCollationName()
getDefaultCollationName in interface StaticContextgetDefaultCollationName in class AbstractStaticContextpublic java.lang.String getDefaultFunctionNamespace()
getDefaultFunctionNamespace in interface StaticContextgetDefaultFunctionNamespace in class AbstractStaticContextpublic boolean isInBackwardsCompatibleMode()
isInBackwardsCompatibleMode in interface StaticContextisInBackwardsCompatibleMode in class AbstractStaticContextpublic boolean isImportedSchema(java.lang.String namespace)
isImportedSchema in interface StaticContextnamespace - the target namespace in questionpublic java.util.Set<java.lang.String> getImportedSchemaNamespaces()
getImportedSchemaNamespaces in interface StaticContextpublic boolean isAllowedBuiltInType(BuiltInAtomicType type)
isAllowedBuiltInType in interface StaticContextisAllowedBuiltInType in class AbstractStaticContexttype - the supposedly built-in type. This will always be a type in the
XS or XDT namespace.public NamespaceResolver getNamespaceResolver()
getNamespaceResolver in interface StaticContextpublic DecimalFormatManager getDecimalFormatManager()
getDecimalFormatManager in interface StaticContextgetDecimalFormatManager in class AbstractStaticContextpublic boolean isElementAvailable(java.lang.String qname)
throws XPathException
isElementAvailable in interface XSLTStaticContextXPathException - if the name is invalid or the prefix is not declared