public class HtmlEntity
extends Object
This class generates the class HtmlEntityTables from the DTD's for
HTML entities as published by the w3c. It generates the tables that quickly
convert entity names to their Unicode code and vice versa.
This class generates a binary search function which is faster than
using a binary search on a table.
You only need this class to generate new versions of the tables if new
DTD's become available. The DTD are part of the source distribution as .ent
files at the ./src/ level.
- Author:
- Frits Jalvingh