java.io.Serializable
, javax.xml.transform.SourceLocator
, LocationProvider
, Container
, InstructionInfoProvider
public class AttributeSet extends Procedure implements InstructionInfoProvider
Modifier and Type | Field | Description |
---|---|---|
(package private) int |
nameCode |
Constructor | Description |
---|---|
AttributeSet() |
Modifier and Type | Method | Description |
---|---|---|
void |
expand(XPathContext context) |
|
protected static void |
expand(AttributeSet[] asets,
XPathContext context) |
Expand an array of attribute sets
|
InstructionInfo |
getInstructionInfo() |
Get the InstructionInfo details about the construct.
|
int |
getNameCode() |
|
void |
setNameCode(int nameCode) |
|
void |
setStackFrameMap(SlotManager stackFrameMap) |
|
void |
setUseAttributeSets(AttributeSet[] useAttributeSets) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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