Uses of Class
javax.swing.text.html.parser.Entity
Package
Description
Provides the default HTML parser, along with support classes.
-
Uses of Entity in javax.swing.text.html.parser
Modifier and TypeFieldDescriptionDTD.entityHash
The hash table contains anObject
and the correspondingEntity
Modifier and TypeMethodDescriptionCreates and returns a characterEntity
.protected Entity
Creates and returns anEntity
.DTD.defineEntity
(String name, int type, char[] data) Defines an entity.DTD.getEntity
(int ch) Gets a character entity.Gets an entity by name.