to.etc.util
Class HtmlEntity

java.lang.Object
  extended by to.etc.util.HtmlEntity

public class HtmlEntity
extends java.lang.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

Constructor Summary
HtmlEntity()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlEntity

public HtmlEntity()
Method Detail

main

public static void main(java.lang.String[] args)
Main.