Uses of Class
javax.swing.text.html.parser.Entity
Packages that use Entity
Package
Description
Provides the default HTML parser, along with support classes.
-
Uses of Entity in javax.swing.text.html.parser
Fields in javax.swing.text.html.parser with type parameters of type EntityModifier and TypeFieldDescriptionDTD.entityHash
The hash table contains anObject
and the correspondingEntity
Methods in javax.swing.text.html.parser that return EntityModifier 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.