All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.tidy.Entity
java.lang.Object
|
+----org.w3c.tidy.Entity
- public class Entity
- extends Object
HTML ISO entity
(c) 1998, 1999 (W3C) MIT, INRIA, Keio University
See Tidy.java for the copyright notice.
Derived from
HTML Tidy Release 26 Jul 1999
-
code
-
-
name
-
-
Entity(String, int)
-
-
Entity(String, short)
-
name
public String name
code
public short code
Entity
public Entity(String name,
short code)
Entity
public Entity(String name,
int code)
All Packages Class Hierarchy This Package Previous Next Index