| Package | Description |
|---|---|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| Modifier and Type | Field and Description |
|---|---|
Hashtable |
DTD.entityHash
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
DTD.defEntity(String
Creates and returns a character
Entity.
|
protected Entity |
DTD.defEntity(String
Creates and returns an
Entity.
|
Entity |
DTD.defineEntity(String
Defines an entity.
|
Entity |
DTD.getEntity(int ch)
Gets a character entity.
|
Entity |
DTD.getEntity(String
Gets an entity by name.
|