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


Variable Index

 o code
 o name

Constructor Index

 o Entity(String, int)
 o Entity(String, short)

Variables

 o name
 public String name
 o code
 public short code

Constructors

 o Entity
 public Entity(String name,
               short code)
 o Entity
 public Entity(String name,
               int code)

All Packages  Class Hierarchy  This Package  Previous  Next  Index