HtmlEntitySet

Html entity set class - extends XmlEntitySet

Members

Aliases

This
alias This = typeof(this)

This alias.

Functions

entities
const(Entity)[] entities()

Returns the list of entities.

Static variables

ISO8859_1
Entity[] ISO8859_1;

ISO 8859-1 (Latin 1) character entities. Uses the basic xml entities, plus the ISO8859_1_extra entities defined below.

ISO8859_15_extra
Entity[] ISO8859_15_extra;

Extra characters of ISO 8859-15 (Latin 9) which are not in ISO 8859-1 (Latin 1)

ISO8859_1_extra
Entity[] ISO8859_1_extra;

Extra characters of ISO 8859-1 (Latin 1) (in addition to the xml entities)

html_entities
Entity[] html_entities;

All html entities. Union of ISO 8859-1 (Latin 1) and -15 (Latin 9) character entities.

Inherited Members

From XmlEntitySet

This
alias This = typeof(this)

This alias.

xml_entities
Entity[] xml_entities;

Xml character entities

entities
const(Entity)[] entities()

Returns the list of entities.

getEncodedEntity
char[] getEncodedEntity(dchar unicode, char[] output)

Gets the fully encoded form of an entity.

Meta