XmlDocument, XmlElementpublic abstract class XmlParent extends XmlNode
| Constructor | Description |
|---|---|
XmlParent(Collection<XmlNode> children) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
List<XmlNode> |
getChildren() |
Answer the child nodes of the receiver.
|
int |
hashCode() |
|
void |
writeTo(StringBuilder buffer) |
Writes the XML string of the receiver to a
buffer. |
forEach, spliteratorclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributes, getDocument, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSibling, getRoot, iterator, toString, toXmlStringpublic XmlParent(Collection<XmlNode> children)
public List<XmlNode> getChildren()
XmlNodegetChildren in class XmlNodepublic void writeTo(StringBuilder buffer)
XmlNodebuffer.Copyright © 2018 PetitParser. All rights reserved.