public class CDataSection extends Text
SwiftParser does not
support it.| Constructor and Description |
|---|
CDataSection(String cdata) |
| Modifier and Type | Method and Description |
|---|---|
int |
children()
Returns number of children for this node.
|
CDataSection |
clone()
makes a deep copy of this XML Node and returns it
|
String |
getCData() |
String |
stringify()
Returns XML representation of this XML node
|
String |
stringifyChildren()
Returns XML string with all the children nodes of this node
|
String |
toString() |
String |
val()
Returns concatenated String of
Text and CDataSection
nodes in the children. |
public CDataSection(String cdata)
public String getCData()
public String stringify()
XMLNodepublic int children()
XMLNodepublic String stringifyChildren()
XMLNodestringifyChildren in interface XMLNodestringifyChildren in class Textpublic String val()
XMLNodeText and CDataSection
nodes in the children. If there is no child of type Text or
CDataSection exist, this method will return nullpublic CDataSection clone()
XMLNodeCopyright © 2019. All rights reserved.