Constructor.
Abstract methods to tell whether a string contains any encoded entities.
Abstract methods to tell whether a string contains any unencoded entities.
Abstract methods to decode any encoded entities in a string.
Abstract methods to encode any unencoded entities in a string.
Tells whether a string is fully encoded (ie contains no unencoded entities).
Tells whether a string is unencoded (ie contains one or more unencoded entities).
Static template method to convert from a char to another type.
Static template method to convert from a char[] to another type.
Static template method to convert from a dchar to another type.
Static template method to convert from a dchar[] to another type.
Internal entity set
Abstract entity codec template class. Provides