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
Copyright © 2013 Oracle. All rights reserved.