public class AttributeSet extends Actor
Constructor and Description |
---|
AttributeSet()
Create an empty attribute set
|
Modifier and Type | Method and Description |
---|---|
void |
expand(Outputter output,
XPathContext context)
Evaluate an attribute set
|
void |
export(ExpressionPresenter presenter)
Diagnostic print of expression structure.
|
int |
getFocusDependencies()
Determine whether the attribute set has any dependencies on the focus
|
StructuredQName |
getObjectName()
Get a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc.
|
SymbolicName |
getSymbolicName()
Get the symbolic name of the component
|
boolean |
isDeclaredStreamable()
Ask whether this attribute set is declared to be streamable
|
void |
setDeclaredStreamable(boolean value)
Say whether this attribute set is declared to be streamable
|
void |
setName(StructuredQName attributeSetName)
Set the name of the attribute-set
|
void |
setStackFrameMap(SlotManager stackFrameMap)
Set the stack frame map which allocates slots to variables declared in this attribute set
|
allocateAllBindingSlots, allocateBindingSlotsRecursive, getBody, getChildExpression, getColumnNumber, getComponentName, getDeclaredVisibility, getDeclaringComponent, getLineNumber, getLocation, getPackageData, getProperty, getPublicId, getRetainedStaticContext, getStackFrameMap, getSystemId, getTracingTag, isExportable, makeDeclaringComponent, obtainDeclaringComponent, saveLocation, setBody, setChildExpression, setColumnNumber, setDeclaredVisibility, setDeclaringComponent, setLineNumber, setPackageData, setRetainedStaticContext, setSystemId
public SymbolicName getSymbolicName()
getSymbolicName
in class Actor
public void setName(StructuredQName attributeSetName)
attributeSetName
- the name of the attribute-setpublic void setDeclaredStreamable(boolean value)
value
- true if the attribute streamable="yes" is presentpublic boolean isDeclaredStreamable()
public void setStackFrameMap(SlotManager stackFrameMap)
setStackFrameMap
in class Actor
stackFrameMap
- the stack frame mappublic int getFocusDependencies()
public void expand(Outputter output, XPathContext context) throws XPathException
output
- the destination for the resultcontext
- the dynamic contextXPathException
- if any failure occurspublic StructuredQName getObjectName()
public void export(ExpressionPresenter presenter) throws XPathException
export
in class Actor
presenter
- the expression presenter used to display the structureXPathException
- if things go wrong, for example an I/O failureCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.