XmlEntity

Description

sealed class Tinman.Core.Xml.XmlEntity

Derived from

XmlNode abstract

Represents a reference to a named XML entity:

 

Public / Constants

Amp


[ShutdownSurvive]
public static readonly attribute Amp → (XmlEntity)

A standard XML entity: &

Apos


[ShutdownSurvive]
public static readonly attribute Apos → (XmlEntity)

A standard XML entity: '

Gt


[ShutdownSurvive]
public static readonly attribute Gt → (XmlEntity)

A standard XML entity: >

Lt


[ShutdownSurvive]
public static readonly attribute Lt → (XmlEntity)

A standard XML entity: <

Quot


[ShutdownSurvive]
public static readonly attribute Quot → (XmlEntity)

A standard XML entity: "

Public / Constructors

For


[Pure]
public static method For → (1)

name in : XmlName

See Name.

returns → XmlEntity

The XmlEntity instance.

Returns an instance of XmlEntity for the given name in.

Public / Attributes

Name


[Constant]
public attribute Name → (get)

value : XmlName

The entity name, without the surrounding '&' and ';' characters, for example 'nbsp' for the XML entity reference '&nbsp;'.

Returns the entity name.