public class Element extends XmlNode
| Modifier and Type | Field | Description |
|---|---|---|
boolean |
isRoot |
True if this element can be a root element.
|
alternativeName| Constructor | Description |
|---|---|
Element(org.xml.sax.Locator location,
javax.xml.namespace.QName name,
Leaf leaf) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
createDataMethod, getNext, getPrev, merge, siblingsaddChild, hasOneChild, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcollectChildrenpublic Element(org.xml.sax.Locator location,
javax.xml.namespace.QName name,
Leaf leaf)
Copyright © 2018 Oracle Corporation. All rights reserved.