java.io.Serializable, javax.xml.transform.SourceLocator, LocationProvider, Container, InstructionInfoProviderpublic 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, waitgetBody, getColumnNumber, getExecutable, getHostLanguage, getLineNumber, getLineNumber, getLocationProvider, getPublicId, getStackFrameMap, getSystemId, getSystemId, replaceSubExpression, setBody, setExecutable, setHostLanguage, setLineNumber, setSystemIdpublic void setNameCode(int nameCode)
public int getNameCode()
public void setUseAttributeSets(AttributeSet[] useAttributeSets)
public void setStackFrameMap(SlotManager stackFrameMap)
setStackFrameMap in class Procedurepublic void expand(XPathContext context) throws XPathException
XPathExceptionpublic InstructionInfo getInstructionInfo()
getInstructionInfo in interface InstructionInfoProviderprotected static void expand(AttributeSet[] asets, XPathContext context) throws XPathException
asets - the attribute sets to be expandedcontext - the run-time context to useXPathException