Skip to content
Reference > Classes

XmlText

Definition

XmlText var = .... ;

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 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

toString()

String XmlText::toString()

Description

Returns the XmlText node as a string