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, toSAX
protected void appendToElement(Element parent)
Node
ElementNode
, to append
its children to the DOM subtree rooted at the specified element.appendToElement
in class Node
protected void appendToAttributes(org.xml.sax.helpers.AttributesImpl attrs)
Attributes
object. This
is called by ElementNode.