Encode HTML entities and return the resulting string.
Write a string to a sink, encoding HTML entities.
Decode HTML entities and return the resulting string.
Encode all known characters as HTML entities.
A mapping from HTML entity names to dchar.
A mapping from dchar to the corresponding HTML entity name.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
XML/HTML entity encoding/decoding.