java.io.Serializable
, javax.xml.transform.SourceLocator
AbsentExtensionElement
, AnchorPattern
, AttributeSet
, ConditionalPattern
, DedicatedStaticContext
, ExceptPattern
, ExpressionParser.TemporaryContainer
, ExtensionInstruction
, GlobalParam
, GlobalVariable
, IntersectPattern
, ItemTypePattern
, KeyDefinition
, LiteralResultElement
, LocationPathPattern
, NodeSetPattern
, Pattern
, PatternWithPredicate
, Procedure
, SimpleContainer
, SQLClose
, SQLColumn
, SQLConnect
, SQLDelete
, SQLExecute
, SQLInsert
, SQLQuery
, SQLUpdate
, StyleElement
, Template
, UnionPattern
, UserFunction
, UseWhenStaticContext
, VennPattern
, XQueryExpression
, XQueryFunction
, XSLAnalyzeString
, XSLApplyImports
, XSLApplyTemplates
, XSLAttribute
, XSLAttributeSet
, XSLCallTemplate
, XSLCharacterMap
, XSLChoose
, XSLComment
, XSLCopy
, XSLCopyOf
, XSLDecimalFormat
, XSLDocument
, XSLElement
, XSLFallback
, XSLForEach
, XSLForEachGroup
, XSLFunction
, XSLGeneralIncorporate
, XSLGeneralVariable
, XSLIf
, XSLImport
, XSLImportSchema
, XSLInclude
, XSLKey
, XSLLeafNodeConstructor
, XSLMatchingSubstring
, XSLMessage
, XSLNamespace
, XSLNamespaceAlias
, XSLNextMatch
, XSLNumber
, XSLOtherwise
, XSLOutput
, XSLOutputCharacter
, XSLParam
, XSLPerformSort
, XSLPreserveSpace
, XSLProcessingInstruction
, XSLResultDocument
, XSLSequence
, XSLSort
, XSLSortOrMergeKey
, XSLStylesheet
, XSLTemplate
, XSLText
, XSLValueOf
, XSLVariable
, XSLVariableDeclaration
, XSLWhen
, XSLWithParam
public interface Container
extends javax.xml.transform.SourceLocator, java.io.Serializable
Modifier and Type | Method | 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.
|
Executable getExecutable()
LocationProvider getLocationProvider()
int getHostLanguage()
Configuration.XSLT
or Configuration.XQUERY
int getContainerGranularity()