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, prepare
addChild, hasOneChild, iterator
createDataMethod, generate, getNext, getPrev, merge, siblings
public final javax.xml.namespace.QName name
XmlNode
s.protected XmlNode(org.xml.sax.Locator location, javax.xml.namespace.QName name, Leaf leaf)
protected final java.util.Set<Leaf> collectChildren()