public abstract class XmlNode extends WriterNode
Modifier and Type | Field and Description |
---|---|
QName |
name
Name of the attribute/element.
|
alternativeName
Modifier | Constructor and Description |
---|---|
protected |
XmlNode(Locator location,
QName name,
Leaf leaf) |
Modifier and Type | Method and Description |
---|---|
protected Set<Leaf> |
collectChildren()
Expand all refs and collect all children.
|
addChild, hasOneChild, iterator
createDataMethod, getNext, getPrev, merge, siblings
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2019 Oracle Corporation. All rights reserved.