|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.instruct.Procedure net.sf.saxon.instruct.AttributeSet
public class AttributeSet
The compiled form of an xsl:attribute-set element in the stylesheet.
Constructor Summary | |
---|---|
AttributeSet()
Create an empty attribute set |
Method Summary | |
---|---|
void |
expand(XPathContext context)
Evaluate an attribute set |
int |
getFocusDependencies()
Determine whether the attribute set has any dependencies on the focus |
InstructionInfo |
getInstructionInfo()
Get the InstructionInfo details about the construct. |
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 |
void |
setUseAttributeSets(AttributeSet[] useAttributeSets)
Set the attribute sets used by this attribute set |
Methods inherited from class net.sf.saxon.instruct.Procedure |
---|
getBody, getColumnNumber, getExecutable, getHostLanguage, getLineNumber, getLineNumber, getLocationProvider, getPublicId, getStackFrameMap, getSystemId, getSystemId, replaceSubExpression, setBody, setExecutable, setHostLanguage, setLineNumber, setSystemId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeSet()
Method Detail |
---|
public void setName(StructuredQName attributeSetName)
attributeSetName
- the name of the attribute-setpublic void setUseAttributeSets(AttributeSet[] useAttributeSets)
useAttributeSets
- the set of attribute sets used by this attribute setpublic void setStackFrameMap(SlotManager stackFrameMap)
setStackFrameMap
in class Procedure
stackFrameMap
- the stack frame mappublic int getFocusDependencies()
public void expand(XPathContext context) throws XPathException
context
- the dynamic context
XPathException
- if any failure occurspublic InstructionInfo getInstructionInfo()
getInstructionInfo
in interface InstructionInfoProvider
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |