| net.sf.saxon.expr.Container
All known Subclasses: net.sf.saxon.query.XQueryExpression, net.sf.saxon.pattern.Pattern, net.sf.saxon.instruct.Procedure, net.sf.saxon.instruct.GlobalVariable, net.sf.saxon.style.StyleElement, net.sf.saxon.expr.ComputedExpression, net.sf.saxon.query.XQueryFunction,
Container | public interface Container extends SourceLocator(Code) | | A Container is something that can act as the parent of an expression. It is either an
expression that can have subexpressions (which rules out Values), or an object such as a function,
a template, or an attribute set that is not itself an expression but that can contain expressions
|
getExecutable | public Executable getExecutable()(Code) | | Get the Executable (representing a complete stylesheet or query) of which this Container forms part
|
getLocationProvider | public LocationProvider getLocationProvider()(Code) | | Get the LocationProvider allowing location identifiers to be resolved.
|
|
|