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

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

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

Entity
gnuDTD.defEntity(String name, int type, String data)
Creates, adds into the internal table and returns the character entity like &lt; (means '<' ); This method inactivates the recursive refenrences to the same 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.