net.sf.saxon.style
public class XSLAttributeSet extends StyleElement implements StylesheetProcedure
| Method Summary | |
|---|---|
| void | checkCircularity(XSLAttributeSet origin)
Check for circularity: specifically, check that this attribute set does not contain
a direct or indirect reference to the one supplied as a parameter |
| Expression | compile(Executable exec)
Compile the attribute set |
| int | getAttributeSetFingerprint() |
| int | getConstructType()
Get the type of construct. |
| AttributeSet | getInstruction() |
| SlotManager | getSlotManager()
Get details of stack frame |
| void | incrementReferenceCount() |
| void | prepareAttributes() |
| void | validate() |
Parameters: exec the Executable
Returns: a Procedure object representing the compiled attribute set
Throws: XPathException if a failure is detected