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

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 comment text.

Returns the text value.

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