XmlText¶
Definition¶
Extends¶
Extended By¶
None
Description¶
A text node for an XmlElement
Method Summary¶
Owner | Name | Return Type | Description |
---|---|---|---|
XmlText | constructor(String) | XmlText | Creates an XmlText node based on the given string |
Object | getClassName() | String | Returns the string name of this object's class type. |
Object | toJson() | String | Returns a json representation of this object. |
XmlText | toLegibleString() | String | Returns the XmlText node as a legible string |
XmlText | toString() | String | Returns the XmlText node as a string |
Method Definitions¶
constructor(String)¶
XmlText xmltext = new XmlText(String String)
Description¶
Creates an XmlText node based on the given string
Parameter Definition¶
Name | Type | Description |
---|---|---|
String | String | String to create the XmlText node |
toLegibleString()¶
String XmlText::toLegibleString()
Description¶
Returns the XmlText node as a legible string
toString()¶
Description¶
Returns the XmlText node as a string