public abstract class XmlNode extends WriterNode
| Modifier and Type | Field and Description |
|---|---|
javax.xml.namespace.QName |
name
Name of the attribute/element.
|
alternativeName| Modifier | Constructor and Description |
|---|---|
protected |
XmlNode(org.xml.sax.Locator location,
javax.xml.namespace.QName name,
Leaf leaf) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<Leaf> |
collectChildren()
Expand all refs and collect all children.
|
declare, generate, prepareaddChild, hasOneChild, iteratorcreateDataMethod, generate, getNext, getPrev, merge, siblingspublic final javax.xml.namespace.QName name
XmlNodes.protected XmlNode(org.xml.sax.Locator location,
javax.xml.namespace.QName name,
Leaf leaf)
protected final java.util.Set<Leaf> collectChildren()