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.
|
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
Returns: The element name
Returns: The token ID for this element
See Also: setName