public interface XMLNode extends Cloneable, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
children()
Returns number of children for this node.
|
XMLNode |
clone()
makes a deep copy of this XML Node and returns it
|
String |
stringify()
Returns XML representation of this XML node
|
String |
stringifyChildren()
Returns XML string with all the children nodes of this node
|
String |
val()
Returns concatenated String of
Text and CDataSection
nodes in the children. |
int children()
XMLNode clone()
String stringify()
String stringifyChildren()
String val()
Text and CDataSection
nodes in the children. If there is no child of type Text or
CDataSection exist, this method will return nullCopyright © 2019. All rights reserved.