Uses of Class javax.swing.text.html.parser.Entity

Uses in package javax.swing.text.html.parser

Methods with return type javax.swing.text.html.parser.Entity

Entity
DTD.defEntity(String name, int type, int character)
Creates, adds into the entity table and returns the character entity like &lt; (means '<' );
Entity
DTD.defEntity(String name, int type, String data)
Creates, intializes and adds to the entity table the new entity.
Entity
DTD.defineEntity(String name, int type, char[] data)
Creates, intializes and adds to the entity table the new entity.
Entity
DTD.getEntity(int id)
Get the entity with the given identifier.
Entity
DTD.getEntity(String entity_name)
Get the named entity by its name.