java.io.Serializable
, javax.xml.transform.Source
, javax.xml.transform.SourceLocator
, LocationProvider
, SaxonLocator
, PullEvent
, Container
, FingerprintedNode
, Item<NodeInfo>
, MutableNodeInfo
, NamespaceResolver
, NodeInfo
, ValueRepresentation<NodeInfo>
, InstructionInfo
, SiblingCountingNode
, org.xml.sax.Locator
XSLVariableDeclaration
, XSLWithParam
public abstract class XSLGeneralVariable extends StyleElement
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
assignable |
|
protected GeneralVariable |
compiledVariable |
|
protected java.lang.String |
constantText |
|
protected boolean |
global |
|
protected boolean |
implicitlyRequiredParam |
|
protected boolean |
redundant |
|
protected boolean |
requiredParam |
|
protected SequenceType |
requiredType |
|
protected Expression |
select |
|
protected SlotManager |
slotManager |
|
protected boolean |
tunnel |
NODE_LETTER
ALL_NAMESPACES, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
ACTION_COMPILE, ACTION_FIXUP, ACTION_OPTIMIZE, ACTION_PROCESS_ATTRIBUTES, ACTION_TYPECHECK, ACTION_VALIDATE, actionsCompleted, defaultCollationName, defaultXPathNamespace, extensionNamespaces, REPORT_ALWAYS, REPORT_IF_INSTANTIATED, REPORT_UNLESS_FALLBACK_AVAILABLE, REPORT_UNLESS_FORWARDS_COMPATIBLE, reportingCircumstances, staticContext, validationError, version, YES_NO
Constructor | Description |
---|---|
XSLGeneralVariable() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
allowsAsAttribute() |
|
protected boolean |
allowsRequired() |
|
protected boolean |
allowsTunnelAttribute() |
|
protected boolean |
allowsValue() |
|
void |
checkAgainstRequiredType(SequenceType required) |
Check the supplied select expression against the required type.
|
int |
getConstructType() |
Get the type of construct.
|
protected ItemType |
getReturnedItemType() |
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
|
java.lang.String |
getVariableDisplayName() |
Get the display name of the variable.
|
StructuredQName |
getVariableQName() |
Get the QName of the variable
|
protected void |
initializeBinding(Executable exec,
Declaration decl,
GeneralVariable var) |
Initialize - common code called from the compile() method of all subclasses
|
boolean |
isAssignable() |
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
|
boolean |
isGlobal() |
Test whether this is a global variable or parameter
|
boolean |
isRequiredParam() |
Test whether this is a required parameter (required="yes")
|
boolean |
isTunnelParam() |
Test whether this is a tunnel parameter (tunnel="yes")
|
boolean |
mayContainSequenceConstructor() |
Determine whether this type of element is allowed to contain a template-body
|
void |
postValidate() |
Hook to allow additional validation of a parent element immediately after its
children have been validated.
|
void |
prepareAttributes() |
Set the attribute list for the element.
|
void |
setRedundant() |
Mark this global variable as redundant.
|
protected void |
setReferenceCount(GeneralVariable var) |
|
void |
validate(Declaration decl) |
Check that the stylesheet element is valid.
|
addAttribute, addNamespace, copy, delete, fixupInsertedNamespaces, generateId, getAttributeList, getAttributeValue, getAttributeValue, getBaseURI, getColumnNumber, getDeclaredNamespaces, getDocumentRoot, getLineNumber, getNameCode, getNamespaceList, getNodeKind, getPrefixForURI, getRoot, getSchemaType, getSystemId, getTypeAnnotation, getURIForPrefix, gsetAttributeCollection, initialise, isId, isNilled, iteratePrefixes, removeAttribute, removeTypeAnnotation, rename, replaceStringValue, setAttributeList, setLocation, setNameCode, setNamespaceDeclarations, setNamespaceList, setSystemId, setTypeAnnotation
getLineNumber, getSystemId
atomize, compareOrder, equals, getConfiguration, getDisplayName, getDocumentNumber, getFingerprint, getLocalPart, getNamePool, getNextInDocument, getNextSibling, getParent, getPhysicalRoot, getPrefix, getPreviousInDocument, getPreviousSibling, getPublicId, getRawParent, getSiblingPosition, getTypedValue, getURI, insertSiblings, isDeleted, isIdref, isSameNodeInfo, iterateAxis, iterateAxis, newBuilder, replace, setRawParent, setSiblingPosition
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChild, compact, enumerateChildren, getFirstChild, getLastChild, getNthChild, getNumberOfChildren, getRawSequenceNumber, getSequenceNumber, getStringValue, getStringValueCS, hasChildNodes, insertChildren, insertChildrenAt, removeChild, replaceChildrenAt, setChildren, setRawSequenceNumber
allocateLocationId, allocatePatternSlots, allocateSlots, bindLocalVariable, bindVariable, checkAttributeValue, checkEmpty, checkSortComesFirst, checkTopLevel, checkUnknownAttribute, compile, compileDeclaration, compileError, compileError, compileError, compileError, compileSequenceConstructor, compileWarning, compileWarning, definesExcludedNamespace, definesExtensionElement, fallbackProcessing, fixupReferences, forwardsCompatibleModeIsEnabled, getAttributeSets, getAttributeValue, getColumnNumber, getCommonChildItemType, getContainerGranularity, getContainingSlotManager, getContainingStylesheet, getDefaultCollationName, getDefaultXPathNamespace, getEffectiveVersion, getExecutable, getHostLanguage, getLastChildInstruction, getLineNumber, getLocationProvider, getNamespaceResolver, getObjectName, getPreparedStylesheet, getPrincipalStylesheetModule, getProcessorVersion, getProperties, getProperty, getSchemaType, getStaticContext, getSystemId, getTypeAnnotation, getWithParamInstructions, index, isActionCompleted, isDeclaration, isExcludedNamespace, isExplaining, isExtensionNamespace, isInstruction, isPermittedChild, issueWarning, issueWarning, isTopLevel, isXslt30Processor, makeAttributeValueTemplate, makeExpression, makeExpressionVisitor, makeNamespaceContext, makePattern, makeQName, makeSequenceType, makeSortKeys, makeTraceInstruction, markTailCalls, mayContainFallback, mayContainParam, processAllAttributes, processAttributes, processDefaultCollationAttribute, processDefaultXPathNamespaceAttribute, processExcludedNamespaces, processExtensionElementAttribute, processStandardAttributes, processVersionAttribute, reportAbsence, seesAvuncularVariables, setActionCompleted, setObjectName, setValidationError, substituteFor, typeCheck, typeCheck, undeclaredNamespaceError, validateChildren, validateSubtree, xPath10ModeIsEnabled
protected Expression select
protected SequenceType requiredType
protected java.lang.String constantText
protected boolean global
protected SlotManager slotManager
protected boolean assignable
protected boolean redundant
protected boolean requiredParam
protected boolean implicitlyRequiredParam
protected boolean tunnel
protected GeneralVariable compiledVariable
protected ItemType getReturnedItemType()
getReturnedItemType
in class StyleElement
public boolean mayContainSequenceConstructor()
mayContainSequenceConstructor
in class StyleElement
protected boolean allowsAsAttribute()
protected boolean allowsTunnelAttribute()
protected boolean allowsValue()
protected boolean allowsRequired()
public boolean isAssignable()
public boolean isTunnelParam()
public boolean isRequiredParam()
public boolean isGlobal()
public java.lang.String getVariableDisplayName()
public void setRedundant()
public StructuredQName getVariableQName()
public void prepareAttributes() throws XPathException
StyleElement
prepareAttributes
in class StyleElement
XPathException
- if a static error is detectedpublic void validate(Declaration decl) throws XPathException
StyleElement
validate
in class StyleElement
decl
- the declaration to be validatedXPathException
- if any error is found during validationpublic void postValidate() throws XPathException
postValidate
in class StyleElement
XPathException
- if any error is found during post-traversal validationpublic void checkAgainstRequiredType(SequenceType required) throws XPathException
required
- The type required by the variable declaration, or in the case
of xsl:with-param, the signature of the called templateXPathException
- if an error is detectedprotected void initializeBinding(Executable exec, Declaration decl, GeneralVariable var) throws XPathException
exec
- the executabledecl
- this xsl:variable declarationvar
- the representation of the variable declaration in the compiled executableXPathException
- if an error is detectedprotected void setReferenceCount(GeneralVariable var)
public int getConstructType()
Location
. This method is part of the
InstructionInfo
interfacegetConstructType
in interface InstructionInfo
getConstructType
in class StyleElement