public final class ComputedAttribute extends AttributeCreator
selectOpEFFECTIVE_BOOLEAN_VALUE, EVALUATE_METHOD, ITEM_FEED_METHOD, ITERATE_METHOD, MAX_SEQUENCE_LENGTH, MAX_STRING_LENGTH, PROCESS_METHOD, staticProperties, UNBOUNDED_LOWER, UNBOUNDED_UPPER, UPDATE_METHOD, WATCH_METHOD| Constructor and Description |
|---|
ComputedAttribute(Expression attributeName,
Expression namespace,
NamespaceResolver nsContext,
int validationAction,
SimpleType schemaType,
boolean allowNameAsQName)
Construct an Attribute instruction
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkPermittedContents(SchemaType parentType,
boolean whole)
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
|
int |
computeSpecialProperties()
Get the static properties of this expression (other than its type).
|
Expression |
copy()
Copy an expression.
|
Item |
evaluateItem(XPathContext context)
Evaluate as an expression.
|
NodeName |
evaluateNodeName(XPathContext context)
Determine the name to be used for the attribute, as an integer name code
|
void |
export(ExpressionPresenter out)
Diagnostic print of expression structure.
|
int |
getCardinality()
Get the static cardinality of this expression
|
ExpressionCompiler |
getExpressionCompiler()
Return the compiler of the ComputedAttribute expression
|
int |
getInstructionNameCode()
Get the name of this instruction
|
ItemType |
getItemType()
Get the static type of this expression
|
Expression |
getNameExp()
Get the expression used to compute the name of the attribute
|
Expression |
getNamespaceExp()
Get the expression used to compute the namespace part of the name of the attribute
|
NamespaceResolver |
getNamespaceResolver()
Get the namespace resolver used to resolve any prefix in the name of the attribute
|
boolean |
isAllowNameAsQName()
Ask whether it is allowed for the name to be evaluted as an xs:QName instance (true in XQuery)
|
void |
localTypeCheck(ExpressionVisitor visitor,
ContextItemStaticInfo contextItemType)
Method to perform type-checking specific to the kind of instruction
|
Iterable<Operand> |
operands()
Get the immediate sub-expressions of this expression, with information about the relationship
of each expression to its parent expression.
|
Expression |
optimize(ExpressionVisitor visitor,
ContextItemStaticInfo contextItemType)
Perform optimisation of an expression and its subexpressions.
|
protected void |
promoteChildren(PromotionOffer offer)
Offer promotion for subexpressions.
|
void |
setNameExp(Expression attributeName) |
void |
setNamespace(Expression namespace) |
void |
setRejectDuplicates()
Indicate that two attributes with the same name are not acceptable.
|
getOptions, getSchemaType, getValidationAction, processValue, setNoSpecialChars, setOptions, setSchemaType, setValidationAction, validateOrphanAttributecheckContent, computeCardinality, createsNewNodes, getSelect, getStreamingAdjunct, iterate, processLeavingTail, setSelect, typeCheckassembleParams, assembleTunnelParams, dynamicError, evaluateAsString, getConstructType, getExpressionName, getImplementationMethod, getInstructionName, getNetCost, getSourceLocator, isXSLT, main, process, toStreamingPatternaddToPathMap, adoptChildExpression, checkedOperands, checkForUpdatingSubexpressions, clearStreamabilityData, computeDependencies, computeStaticProperties, doPromotion, dynamicError, effectiveBooleanValue, evaluatePendingUpdates, explain, getConfiguration, getCost, getDependencies, getEvaluationMethod, getHostLanguage, getIntegerBounds, getIntrinsicDependencies, getLocation, getObjectName, getPackageData, getParentExpression, getPosture, getPostureAndSweepIfKnown, getProperties, getProperty, getRetainedStaticContext, getSlotsUsed, getSpecialProperties, getStaticBaseURI, getStaticBaseURIString, getStreamability, getSweep, getSystemId, hasVariableBinding, identityHashCode, implementsStaticTypeCheck, isCallOn, isCallOnSystemFunction, isIdentical, isSubtreeExpression, isUpdatingExpression, isVacuousExpression, iterateEvents, makeStreamingAdjunct, markTailFunctionCalls, operandList, operandSparseList, optimizeChildren, optimizeForType, promote, resetLocalStaticProperties, restoreParentPointers, setEvaluationMethod, setFiltered, setFlattened, setLocation, setParentExpression, setPostureAndSweep, setRetainedStaticContext, setRetainedStaticContextLocally, setStaticProperty, simplify, simplifyChildren, staticTypeCheck, suppressValidation, toPattern, toShortString, toString, typeCheckChildren, typeError, unorderedpublic ComputedAttribute(Expression attributeName, Expression namespace, NamespaceResolver nsContext, int validationAction, SimpleType schemaType, boolean allowNameAsQName)
attributeName - An expression to calculate the attribute namenamespace - An expression to calculate the attribute namespacensContext - a NamespaceContext object containing the static namespace context of the
stylesheet instructionvalidationAction - e.g. validation=strict, lax, strip, preserveschemaType - Type against which the attribute must be validated. This must not be a namespace-sensitive
type; it is the caller's responsibility to check this.allowNameAsQName - true if the attributeName expression is allowed to evaluate to a value
of type xs:QName (true in XQuery, false in XSLT)public void setRejectDuplicates()
setRejectDuplicates in class AttributeCreatorpublic int getInstructionNameCode()
getInstructionNameCode in class Instructionpublic Expression getNameExp()
public Expression getNamespaceExp()
public void setNameExp(Expression attributeName)
public void setNamespace(Expression namespace)
public Iterable<Operand> operands()
ExpressionIf the expression is a Callable, then it is required that the order of the operands returned by this function is the same as the order of arguments supplied to the corresponding call() method.
operands in class SimpleNodeConstructorpublic NamespaceResolver getNamespaceResolver()
public ItemType getItemType()
getItemType in class AttributeCreatorpublic int getCardinality()
getCardinality in class Expressionpublic boolean isAllowNameAsQName()
public int computeSpecialProperties()
computeSpecialProperties in class AttributeCreatorpublic void localTypeCheck(ExpressionVisitor visitor, ContextItemStaticInfo contextItemType) throws XPathException
SimpleNodeConstructorlocalTypeCheck in class SimpleNodeConstructorvisitor - an expression visitorcontextItemType - the static type of the context itemXPathException - if a type error is detectedpublic Expression optimize(ExpressionVisitor visitor, ContextItemStaticInfo contextItemType) throws XPathException
ExpressionThis method is called after all references to functions and variables have been resolved to the declaration of the function or variable, and after all type checking has been done.
optimize in class SimpleNodeConstructorvisitor - an expression visitorcontextItemType - the static type of "." at the point where this expression is invoked.
The parameter is set to null if it is known statically that the context item will be undefined.
If the type of the context item is not known statically, the argument is set to
Type.ITEM_TYPEXPathException - if an error is discovered during this phase
(typically a type error)public Expression copy()
copy in class Expressionprotected void promoteChildren(PromotionOffer offer) throws XPathException
promoteChildren in class SimpleNodeConstructoroffer - details of the offer, for example the offer to move
expressions that don't depend on the context to an outer level in
the containing expressionXPathException - if any error is detectedpublic void checkPermittedContents(SchemaType parentType, boolean whole) throws XPathException
checkPermittedContents in class ExpressionparentType - the "given complex type": the method is checking that the nodes returned by this
expression are acceptable members of the content model of this typewhole - if true, we want to check that the value of this expression satisfies the content model
as a whole; if false we want to check that the value of the expression is acceptable as one part
of the contentXPathException - if the value delivered by this expression cannot be part of the content model
of the given typepublic NodeName evaluateNodeName(XPathContext context) throws XPathException
evaluateNodeName in class SimpleNodeConstructorcontext - Dynamic evaluation contextXPathExceptionpublic Item evaluateItem(XPathContext context) throws XPathException
SimpleNodeConstructorevaluateItem in class SimpleNodeConstructorcontext - The context in which the expression is to be evaluatedXPathException - if any dynamic error occurs evaluating the
expressionpublic ExpressionCompiler getExpressionCompiler()
getExpressionCompiler in class Expressionpublic void export(ExpressionPresenter out)
export in class Expressionout - the expression presenter used to display the structureCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.