Package net.sf.saxon.style
Class XSLGlobalVariable
java.lang.Object
net.sf.saxon.tree.linked.NodeImpl
net.sf.saxon.tree.linked.ParentNodeImpl
net.sf.saxon.tree.linked.ElementImpl
net.sf.saxon.style.StyleElement
net.sf.saxon.style.XSLGlobalVariable
- All Implemented Interfaces:
Source,SourceLocator,ActiveSource,GroundedValue,Item,MutableNodeInfo,NamespaceResolver,NodeInfo,Sequence,Location,StylesheetComponent,SteppingNode,SiblingCountingNode,Locator
- Direct Known Subclasses:
XSLGlobalParam
Handler for xsl:variable elements appearing as a child of xsl:stylesheet.
The xsl:variable element has mandatory attribute name and
optional attribute select (inter alia)
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.style.StyleElement
StyleElement.OnFailure -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GlobalVariableprotected booleanprotected SourceBindingFields inherited from class net.sf.saxon.style.StyleElement
ACTION_COMPILE, ACTION_FIXUP, ACTION_OPTIMIZE, ACTION_PROCESS_ATTRIBUTES, ACTION_TYPECHECK, ACTION_VALIDATE, actionsCompleted, defaultCollationName, defaultMode, defaultXPathNamespace, expandText, extensionNamespaces, reportingCircumstances, staticContext, validationError, version, YES_NOFields inherited from class net.sf.saxon.tree.linked.NodeImpl
NODE_LETTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckCompatibility(Component component) Check the compatibility of this component with another component that it is overridingvoidcompileDeclaration(Compilation compilation, ComponentDeclaration decl) Compile.voidFix up references from XPath expressions.getActor()Get the corresponding Procedure object that results from the compilation of this StylesheetProcedureAsk whether this element contains a binding for a variable with a given name; and if it does, return the source binding informationGet a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.protected EnumSet<SourceBinding.BindingProperty> Get the static type of the variable.Get the SlotManager associated with this stylesheet construct.Get the source binding object that holds information about the declared variable.Get the symbolic name of the component, that is, the combination of the component kind and the qualified namevoidindex(ComponentDeclaration decl, PrincipalStylesheetModule top) Method supplied by declaration elements to add themselves to a stylesheet-level indexprotected voidInitialize - common code called from the compile() method of all subclassesbooleanAsk whether the global variable is declared with assignable="yes"booleanDetermine whether this node is a declaration.booleanisGlobal()Test whether this is a global variable or parameterbooleanDetermine whether this node is an instruction.protected booleanDetermine whether this type of element is allowed to contain a template-bodyvoidoptimize(ComponentDeclaration declaration) Optimize the stylesheet constructvoidHook to allow additional validation of a parent element immediately after its children have been validated.protected voidSet the attribute list for the element.voidsetRedundant(boolean redundant) Mark this global variable as redundant, typically because it is overridden by another global variable of the same name, or because there are no references to itvoidvalidate(ComponentDeclaration decl) Check that the stylesheet element is valid.Methods inherited from class net.sf.saxon.style.StyleElement
allocateLocation, bindLocalVariable, bindVariable, checkEmpty, checkTopLevel, checkUnknownAttribute, compile, compileError, compileError, compileError, compileError, compileError, compileError, compileErrorInAttribute, compileErrorInAttribute, compileSequenceConstructor, compileSequenceConstructor, compileWarning, compileWarning, generateId, getAttributeValue, getBaseURI, getCompilation, getConfiguration, getContainingPackage, getContainingSlotManager, getDeclaredVisibility, getDefaultCollationName, getDefaultXPathNamespace, getNamespaceResolver, getPackageData, getPrincipalStylesheetModule, getProperties, getSchemaType, getStaticContext, getStaticContext, getTypeAnnotation, getUsedPackage, getVisibility, getWithParamInstructions, getXslOriginal, hasImplicitBinding, invalidAttribute, isExtensionAttributeAllowed, isExtensionNamespace, isInXsltNamespace, isNo, isPermittedChild, isSchemaAware, issueWarning, issueWarning, isTopLevel, isWithinDeclaredStreamableConstruct, isYes, makeAttributeValueTemplate, makeExpression, makeExpressionVisitor, makeQName, makeRetainedStaticContext, makeSequenceType, mapToSequence, markTailCalls, mayContainFallback, mayContainParam, processAllAttributes, processAttributes, processBooleanAttribute, processStandardAttributes, processVersionAttribute, reportAbsence, requireXslt40Attribute, requireXslt40Element, seesAvuncularVariables, setCompilation, setInstructionLocation, setObjectName, setValidationError, substituteFor, typeCheck, typeCheck, validateChildren, validateSubtree, validateValidationAttributeMethods inherited from class net.sf.saxon.tree.linked.ElementImpl
addAttribute, addNamespace, addNamespace, attributes, checkNotNamespaceSensitiveElement, copy, delete, fixupInsertedNamespaces, generateId, getAllNamespaces, getAttributeValue, getColumnNumber, getDeclaredNamespaces, getLineNumber, getNodeKind, getNodeName, getRoot, getSchemaType, getSystemId, getURIForPrefix, initialise, isId, isIdref, isIdRefNode, isInScopeNamespace, isNilled, iteratePrefixes, removeAttribute, removeNamespace, removeTypeAnnotation, rename, replaceStringValue, setAttributeInfo, setAttributes, setLocation, setNamespaceMap, setNilled, setNodeName, setSystemId, setTypeAnnotationMethods inherited from class net.sf.saxon.tree.linked.ParentNodeImpl
addChild, compact, getFirstChild, getLastChild, getNthChild, getNumberOfChildren, getRawSequenceNumber, getSequenceNumber, getUnicodeStringValue, hasChildNodes, insertChildren, insertChildrenAt, iterateChildren, removeChild, replaceChildrenAt, setChildren, setRawSequenceNumberMethods inherited from class net.sf.saxon.tree.linked.NodeImpl
atomize, compareOrder, effectiveBooleanValue, equals, getDisplayName, getFingerprint, getLocalPart, getNamePool, getNamespaceUri, getNextInDocument, getNextSibling, getParent, getPhysicalRoot, getPrefix, getPreviousInDocument, getPreviousSibling, getRawParent, getSiblingPosition, getSuccessorElement, getTreeInfo, hasFingerprint, hashCode, head, insertSiblings, isDeleted, iterateAxis, iterateAxis, newBuilder, replace, saveLocation, setRawParent, setSiblingPositionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.saxon.om.GroundedValue
asIterable, concatenate, containsNode, materializeMethods inherited from interface net.sf.saxon.om.Item
getLength, getStringValue, itemAt, iterate, reduce, subsequenceMethods inherited from interface net.sf.saxon.om.NodeInfo
asActiveSource, children, children, deliver, getAttributeValue, getGenre, getPublicId, getURI, isSameNodeInfo, isStreamed, toShortStringMethods inherited from interface net.sf.saxon.om.Sequence
makeRepeatable
-
Field Details
-
sourceBinding
-
compiledVariable
-
redundant
protected boolean redundant
-
-
Constructor Details
-
XSLGlobalVariable
public XSLGlobalVariable()
-
-
Method Details
-
getSourceBinding
Get the source binding object that holds information about the declared variable.- Returns:
- the source binding
-
getVariableQName
-
getObjectName
Description copied from class:StyleElementGet a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc. This is used only where the name is known statically. If there is no name, the value will be null.- Overrides:
getObjectNamein classStyleElement- Returns:
- the name of the object declared in this element, if any
-
mayContainSequenceConstructor
protected boolean mayContainSequenceConstructor()Determine whether this type of element is allowed to contain a template-body- Overrides:
mayContainSequenceConstructorin classStyleElement- Returns:
- true: yes, it may contain a template-body
-
isGlobal
public boolean isGlobal()Test whether this is a global variable or parameter- Returns:
- true if this is global
-
postValidate
Hook to allow additional validation of a parent element immediately after its children have been validated.- Overrides:
postValidatein classStyleElement- Throws:
XPathException- if any error is found during post-traversal validation
-
getCompiledVariable
-
getPermittedAttributes
-
getActor
Get the corresponding Procedure object that results from the compilation of this StylesheetProcedure- Specified by:
getActorin interfaceStylesheetComponent- Returns:
- the compiled ComponentCode
- Throws:
XPathException- if generating the ComponentBody fails
-
getSymbolicName
Description copied from interface:StylesheetComponentGet the symbolic name of the component, that is, the combination of the component kind and the qualified name- Specified by:
getSymbolicNamein interfaceStylesheetComponent- Returns:
- the component's symbolic name
-
checkCompatibility
Description copied from interface:StylesheetComponentCheck the compatibility of this component with another component that it is overriding- Specified by:
checkCompatibilityin interfaceStylesheetComponent- Parameters:
component- the overridden component
-
getBindingInformation
Ask whether this element contains a binding for a variable with a given name; and if it does, return the source binding information- Overrides:
getBindingInformationin classStyleElement- Parameters:
name- the variable name- Returns:
- the binding information if this element binds a variable of this name; otherwise null
-
prepareAttributes
protected void prepareAttributes()Description copied from class:StyleElementSet the attribute list for the element. This is called to process the attributes (note the distinction from processAttributes in the superclass). Must be supplied in a subclass- Specified by:
prepareAttributesin classStyleElement
-
index
Description copied from class:StyleElementMethod supplied by declaration elements to add themselves to a stylesheet-level index- Overrides:
indexin classStyleElement- Parameters:
decl- the Declaration being indexed. (This corresponds to the StyleElement object except in cases where one module is imported several times with different precedence.)top- represents the outermost XSLStylesheet or XSLPackage element- Throws:
XPathException- if any error is encountered
-
validate
Description copied from class:StyleElementCheck that the stylesheet element is valid. This is called once for each element, after the entire tree has been built. As well as validation, it can perform first-time initialisation. The default implementation does nothing; it is normally overriden in subclasses.- Overrides:
validatein classStyleElement- Parameters:
decl- the declaration to be validated- Throws:
XPathException- if any error is found during validation
-
isAssignable
public boolean isAssignable()Ask whether the global variable is declared with assignable="yes"- Returns:
- true if assignabl="yes" was specified
-
isDeclaration
public boolean isDeclaration()Determine whether this node is a declaration.- Overrides:
isDeclarationin classStyleElement- Returns:
- true - a global variable is a declaration
-
isInstruction
public boolean isInstruction()Determine whether this node is an instruction.- Overrides:
isInstructionin classStyleElement- Returns:
- false - a global variable is not an instruction
-
getRequiredType
Get the static type of the variable. This is the declared type, unless the value is statically known and constant, in which case it is the actual type of the value.- Returns:
- the declared or inferred static type of the variable
-
fixupReferences
Description copied from class:StyleElementFix up references from XPath expressions. Overridden for function declarations and variable declarations- Overrides:
fixupReferencesin classStyleElement- Throws:
XPathException- if any references cannot be fixed up.
-
compileDeclaration
public void compileDeclaration(Compilation compilation, ComponentDeclaration decl) throws XPathException Compile. This method ensures space is available for local variables declared within this global variable- Overrides:
compileDeclarationin classStyleElement- Parameters:
compilation- the compilation episodedecl- the containing top-level declaration, for example xsl:function or xsl:template- Throws:
XPathException- if compilation fails
-
initializeBinding
Initialize - common code called from the compile() method of all subclasses- Parameters:
var- the representation of the variable declaration in the compiled executable
-
getSlotManager
Get the SlotManager associated with this stylesheet construct. The SlotManager contains the information needed to manage the local stack frames used by run-time instances of the code.- Specified by:
getSlotManagerin interfaceStylesheetComponent- Returns:
- the associated SlotManager object
-
optimize
Optimize the stylesheet construct- Specified by:
optimizein interfaceStylesheetComponent- Parameters:
declaration- the declaration of this variable- Throws:
XPathException- if an error is found at this stage (which shouldn't really happen)
-
setRedundant
public void setRedundant(boolean redundant) Mark this global variable as redundant, typically because it is overridden by another global variable of the same name, or because there are no references to it- Parameters:
redundant- true if this variable is redundant, otherwise false
-