net.sf.saxon.instruct
Class AttributeSet
java.lang.Object
net.sf.saxon.instruct.Procedure
net.sf.saxon.instruct.AttributeSet
- All Implemented Interfaces:
- Serializable, SourceLocator, LocationProvider, Container, InstructionInfoProvider
public class AttributeSet
- extends Procedure
- implements InstructionInfoProvider
The compiled form of an xsl:attribute-set element in the stylesheet.
- See Also:
- Serialized Form
Methods inherited from class net.sf.saxon.instruct.Procedure |
getBody, getColumnNumber, getExecutable, getHostLanguage, getLineNumber, getLineNumber, getLocationProvider, getPublicId, getStackFrameMap, getSystemId, getSystemId, replaceSubExpression, setBody, setExecutable, setHostLanguage, setLineNumber, setSystemId |
AttributeSet
public AttributeSet()
setNameCode
public void setNameCode(int nameCode)
getNameCode
public int getNameCode()
setUseAttributeSets
public void setUseAttributeSets(AttributeSet[] useAttributeSets)
setStackFrameMap
public void setStackFrameMap(SlotManager stackFrameMap)
- Overrides:
setStackFrameMap
in class Procedure
expand
public void expand(XPathContext context)
throws XPathException
- Throws:
XPathException
getInstructionInfo
public InstructionInfo getInstructionInfo()
- Get the InstructionInfo details about the construct. This information isn't used for tracing,
but it is available when inspecting the context stack.
- Specified by:
getInstructionInfo
in interface InstructionInfoProvider
Copyright (C) Michael H. Kay. All rights reserved.