org.apache.xalan.templates
public class ElemAttribute extends ElemElement
&!ELEMENT xsl:attribute %char-template;> &!ATTLIST xsl:attribute name %avt; #REQUIRED namespace %avt; #IMPLIED %space-att; &
See Also: creating-attributes in XSLT Specification
UNKNOWN: advanced
| Method Summary | |
|---|---|
| ElemTemplateElement | appendChild(ElemTemplateElement newChild)
Add a child to the child list.
|
| void | execute(TransformerImpl transformer)
Create an attribute in the result tree. |
| String | getNodeName()
Return the node name.
|
| int | getXSLToken()
Get an int constant identifying the type of element. |
| void | setName(AVT v) |
Parameters: newChild Child to append to the list of this node's children
Returns: The node we just appended to the children list
Throws: DOMException
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: The element name
Returns: The token ID for this element
See Also: setName