public class AttributeNode extends Node implements Serializable
| Constructor and Description |
|---|
AttributeNode(String nsUri,
String qname,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendToAttributes(org.xml.sax.helpers.AttributesImpl attrs)
Helper method to produce a SAX
Attributes object. |
protected void |
appendToElement(Element parent)
This method is called internally by
ElementNode, to append
its children to the DOM subtree rooted at the specified element. |
getLocalName, toSAXprotected void appendToElement(Element parent)
NodeElementNode, to append
its children to the DOM subtree rooted at the specified element.appendToElement in class Nodeprotected void appendToAttributes(org.xml.sax.helpers.AttributesImpl attrs)
Attributes object. This
is called by ElementNode.