public abstract class XSLGeneralVariable extends StyleElement
| Modifier and Type | Field and 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 |
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, versionNODE_LETTERALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES| Constructor and Description |
|---|
XSLGeneralVariable() |
| Modifier and Type | Method and 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 |
initializeInstruction(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.
|
allocateLocationId, allocatePatternSlots, allocateSlots, bindVariable, checkEmpty, checkSortComesFirst, checkTopLevel, checkUnknownAttribute, compile, 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, xPath10ModeIsEnabledaddAttribute, addNamespace, copy, delete, fixupInsertedNamespaces, generateId, getAttributeList, getAttributeValue, getAttributeValue, getBaseURI, getColumnNumber, getDeclaredNamespaces, getDocumentRoot, getInScopeNamespaceCodes, getLineNumber, getNameCode, getNamespaceList, getNodeKind, getPrefixForURI, getRoot, getSystemId, getTypeAnnotation, getURICodeForPrefix, getURICodeForPrefixCode, getURIForPrefix, gsetAttributeCollection, initialise, isId, isNilled, iteratePrefixes, removeAttribute, removeTypeAnnotation, rename, replaceStringValue, setAttributeList, setLineAndColumn, setLocation, setNameCode, setNamespaceDeclarations, setNamespaceList, setSystemId, setTypeAnnotationaddChild, compact, enumerateChildren, getFirstChild, getLastChild, getNthChild, getNumberOfChildren, getRawSequenceNumber, getSequenceNumber, getStringValue, getStringValueCS, hasChildNodes, insertChildren, insertChildrenAt, removeChild, replaceChildrenAt, setChildren, setRawSequenceNumberatomize, 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, setSiblingPositionclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLineNumber, getSystemIdprotected 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 StyleElementpublic boolean mayContainSequenceConstructor()
mayContainSequenceConstructor in class StyleElementprotected 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
StyleElementprepareAttributes in class StyleElementXPathExceptionpublic void validate(Declaration decl) throws XPathException
StyleElementvalidate in class StyleElementXPathExceptionpublic void postValidate()
throws XPathException
postValidate in class StyleElementXPathExceptionpublic 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 templateXPathExceptionprotected void initializeInstruction(Executable exec, Declaration decl, GeneralVariable var) throws XPathException
exec - the executabledecl - var - the representation of the variable declaration in the compiled executableXPathExceptionprotected void setReferenceCount(GeneralVariable var)
public int getConstructType()
Location. This method is part of the
InstructionInfo interfacegetConstructType in interface InstructionInfogetConstructType in class StyleElement