| Constructor | Description |
|---|---|
XmlDocument(Collection<XmlNode> children) |
| Modifier and Type | Method | Description |
|---|---|---|
XmlDocument |
getDocument() |
Answer the document that contains this node, or
null if the node is not part of a
document. |
XmlElement |
getRootElement() |
forEach, spliteratorclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributes, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSibling, getRoot, iterator, toString, toXmlStringequals, getChildren, hashCode, writeTopublic XmlDocument(Collection<XmlNode> children)
public XmlDocument getDocument()
XmlNodenull if the node is not part of a
document.getDocument in class XmlNodepublic XmlElement getRootElement()
Copyright © 2018 PetitParser. All rights reserved.