XmlData

Description

sealed class Tinman.Core.Xml.XmlData

Derived from

XmlNode abstract

Represents a text value in an XML CDATA section:

<![CDATA[1st text line
2nd text line
3rd text line]]>

XmlData objects may appear at these places in an XML document:

Public / Constructors

Xml­Data


public constructor XmlData → (1)

text in : string

See Text. Starting at the first occurrence of ']]>', all remaining characters will be ignored.

Creates a new instance of XmlData.

Public / Attributes

Text


[Constant]
public attribute Text → (get)

value : string

[not-null]
The data text.

Returns the text value.

The text value will never contain the ']]>' token.