| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.saxon.tree.NodeImplnet.sf.saxon.tree.ParentNodeImplnet.sf.saxon.tree.ElementImplnet.sf.saxon.tree.ElementWithAttributesnet.sf.saxon.style.StyleElementnet.sf.saxon.style.XSLAttributeSetField Summary |
Fields inherited from class net.sf.saxon.style.StyleElement | |
REPORT_ALWAYS, REPORT_IF_INSTANTIATED, REPORT_UNLESS_FALLBACK_AVAILABLE, REPORT_UNLESS_FORWARDS_COMPATIBLE, defaultCollationName, defaultXPathNamespace, extensionNamespaces, reportingCircumstances, staticContext, validationError, version | |
Fields inherited from class net.sf.saxon.tree.ElementWithAttributes | |
attributeList, namespaceList | |
Fields inherited from class net.sf.saxon.tree.ElementImpl | |
nameCode, root | |
Fields inherited from class net.sf.saxon.tree.ParentNodeImpl | |
sequence | |
Fields inherited from class net.sf.saxon.tree.NodeImpl | |
NODE_LETTER, index, parent | |
Fields inherited from interface net.sf.saxon.om.NodeInfo | |
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES | |
Fields inherited from interface net.sf.saxon.om.ValueRepresentation | |
EMPTY_VALUE_ARRAY | |
Method Summary | |
void |
|
Expression |
|
StructuredQName |
|
int |
|
AttributeSet |
|
SlotManager |
|
void |
|
void | |
void |
|
Methods inherited from class net.sf.saxon.tree.ElementWithAttributes | |
copy, getAttributeList, getAttributeValue, getDeclaredNamespaces, getInScopeNamespaceCodes, getPrefixForURI, getURICodeForPrefix, getURIForPrefix, initialise, iteratePrefixes, setNamespaceDeclarations | |
Methods inherited from class net.sf.saxon.tree.ElementImpl | |
copy, generateId, getAttributeList, getBaseURI, getDeclaredNamespaces, getDocumentRoot, getLineNumber, getNameCode, getNodeKind, getRoot, getSystemId, initialise, setLineNumber, setNameCode, setSystemId | |
Methods inherited from class net.sf.saxon.tree.ParentNodeImpl | |
addChild, compact, enumerateChildren, getFirstChild, getLastChild, getNthChild, getSequenceNumber, getStringValue, getStringValueCS, hasChildNodes, useChildrenArray | |
public void checkCircularity(XSLAttributeSet origin) throws XPathException
Check for circularity: specifically, check that this attribute set does not contain a direct or indirect reference to the one supplied as a parameter
- Parameters:
origin- the place from which the search started
public Expression compile(Executable exec) throws XPathException
Compile the attribute set
- Overrides:
- compile in interface StyleElement
- Parameters:
exec- the Executable
- Returns:
- a Procedure object representing the compiled attribute set
- Throws:
XPathException- if a failure is detected
public StructuredQName getAttributeSetName()
Get the name of this attribute set
- Returns:
- the name of the attribute set, as a QName
public int getConstructType()
Get the type of construct. This will be a constant in classLocation. This method is part of theInstructionInfointerface
- Specified by:
- getConstructType in interface InstructionInfo
- Overrides:
- getConstructType in interface StyleElement
public AttributeSet getInstruction()
Get the compiled code produced for this XSLT element
- Returns:
- the compiled AttributeSet
public SlotManager getSlotManager()
Get details of stack frame
- Specified by:
- getSlotManager in interface StylesheetProcedure
public void incrementReferenceCount()
Increment the number of references found to this attribute set
public void prepareAttributes()
throws XPathException
- Overrides:
- prepareAttributes in interface StyleElement