public interface Container extends SourceLocator, Serializable
Modifier and Type | Method and Description |
---|---|
int |
getContainerGranularity()
Get the granularity of the container.
|
Executable |
getExecutable()
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
|
int |
getHostLanguage()
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
|
LocationProvider |
getLocationProvider()
Get the LocationProvider allowing location identifiers to be resolved.
|
getColumnNumber, getLineNumber, getPublicId, getSystemId
Executable getExecutable()
LocationProvider getLocationProvider()
int getHostLanguage()
Configuration.XSLT
or Configuration.XQUERY
int getContainerGranularity()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.