org.apache.xalan.templates
public class ElemAttributeSet extends ElemUse
&!ELEMENT xsl:attribute-set (xsl:attribute)*> &!ATTLIST xsl:attribute-set name %qname; #REQUIRED use-attribute-sets %qnames; #IMPLIED &
See Also: attribute-sets in XSLT Specification
UNKNOWN: advanced
Field Summary | |
---|---|
QName | m_qname
The name attribute specifies the name of the attribute set. |
Method Summary | |
---|---|
ElemTemplateElement | appendChildElem(ElemTemplateElement newChild)
Add a child to the child list.
|
void | execute(TransformerImpl transformer)
Apply a set of attributes to the element.
|
QName | getName()
Get the "name" attribute.
|
String | getNodeName()
Return the node name.
|
int | getXSLToken()
Get an int constant identifying the type of element. |
void | recompose(StylesheetRoot root)
This function is called during recomposition to
control how this element is composed. |
void | setName(QName name)
Set the "name" attribute.
|
Serial:
Parameters: newChild Child to be added to this node's list of children
Returns: The child that was just added to the list of children
Throws: DOMException
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: The name attribute of the attribute set
Returns: The name of this element
Parameters: root The root stylesheet for this transformation.
Parameters: name Name attribute to set