net.sf.saxon.instruct
public class AttributeSet extends Procedure implements InstructionInfoProvider
| Field Summary | |
|---|---|
| int | nameCode |
| Constructor Summary | |
|---|---|
| AttributeSet() | |
| Method Summary | |
|---|---|
| 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) |
Parameters: asets the attribute sets to be expanded context the run-time context to use
Throws: XPathException