public abstract class XmlNode extends WriterNode
| Modifier and Type | Field | Description |
|---|---|---|
javax.xml.namespace.QName |
name |
Name of the attribute/element.
|
alternativeName| Modifier | Constructor | Description |
|---|---|---|
protected |
XmlNode(org.xml.sax.Locator location,
javax.xml.namespace.QName name,
Leaf leaf) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Set<Leaf> |
collectChildren() |
Expand all refs and collect all children.
|
createDataMethod, getNext, getPrev, merge, siblingsaddChild, hasOneChild, iteratorpublic 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()
Copyright © 2018 Oracle Corporation. All rights reserved.