|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.util.HtmlEntity
public class HtmlEntity
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.
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 |
---|
public HtmlEntity()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |