Entity
Class Entity
- java.lang.Object
-
- javax.swing.text.html.parser.Entity
- All Implemented Interfaces:
- DTDConstants
public final class Entity extends Object implements DTDConstants
An entity is described in a DTD using the ENTITY construct. It defines the type and value of the the entity.
- See Also:
DTD
Fields
name
public String name
type
public int type
data
pub