XmlText

Description

sealed class Tinman.Core.Xml.XmlText

Derived from

XmlNode abstract

Represents a text value in an XML document.

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

Public / Constructors

For


[Pure]
public static method For → (1)

value in : string

[not-null]
See Value. Starting at the first occurrence of '<' or '&', all remaining characters will be ignored.

returns → XmlText

The instance of XmlText.

Returns an instance of XmlText for the given value in.

Public / Attributes

Value


[Constant]
public attribute Value → (get)

value : string

[not-null]
The text value.

The text value.

The text value will never contain '<' or '&' characters.