This alias.
Returns the list of entities.
Gets the fully encoded form of an entity.
Xml character entities
An entity. Simply a tuple of a name and a unicode value (eg "amp", '&').
Abstract method to return the list of entities.
Abstract method to get the encoded form of an entity.
Gets the unicode character associated with the passed name.
Gets the name associated with the passed unicode character.
Support for the 'in' operator
Checks whether the passed name is in the list of entities.
Checks whether the passed name is in the list of entities.
Checks whether the passed name is in the list of entities.
Checks whether the passed unicode is in the list of entities.
Checks whether the passed unicode is in the list of entities.
Checks whether the passed unicode is in the list of entities.
foreach iterator over the list of entities.
Xml entity set class.