public class AttributeSet extends Procedure implements InstructionInfoProvider
Modifier and Type | Field and Description |
---|---|
(package private) int |
nameCode |
Constructor and Description |
---|
AttributeSet() |
Modifier and Type | Method and Description |
---|---|
protected static void |
expand(AttributeSet[] asets,
XPathContext context)
Expand an array of attribute sets
|
void |
expand(XPathContext context) |
InstructionInfo |
getInstructionInfo()
Get the InstructionInfo details about the construct.
|
int |
getNameCode() |
void |
setNameCode(int nameCode) |
void |
setStackFrameMap(SlotManager stackFrameMap) |
void |
setUseAttributeSets(AttributeSet[] useAttributeSets) |
getBody, getColumnNumber, getExecutable, getHostLanguage, getLineNumber, getLineNumber, getLocationProvider, getPublicId, getStackFrameMap, getSystemId, getSystemId, replaceSubExpression, setBody, setExecutable, setHostLanguage, setLineNumber, setSystemId
public void setNameCode(int nameCode)
public int getNameCode()
public void setUseAttributeSets(AttributeSet[] useAttributeSets)
public void setStackFrameMap(SlotManager stackFrameMap)
setStackFrameMap
in class Procedure
public void expand(XPathContext context) throws XPathException
XPathException
public InstructionInfo getInstructionInfo()
getInstructionInfo
in interface InstructionInfoProvider
protected static void expand(AttributeSet[] asets, XPathContext context) throws XPathException
asets
- the attribute sets to be expandedcontext
- the run-time context to useXPathException