|
|||||||||
| Home >> All >> javax >> swing >> text >> html >> [ parser overview ] | PREV NEXT | ||||||||
Uses of Class
javax.swing.text.html.parser.Entity
| Uses of Entity in javax.swing.text.html.parser |
| Methods in javax.swing.text.html.parser that return Entity | |
Entity |
DTD.getEntity(int id)
Get the entity with the given identifier. |
Entity |
DTD.getEntity(java.lang.String entity_name)
Get the named entity by its name. |
Entity |
DTD.defEntity(java.lang.String name,
int type,
int character)
Creates, adds into the entity table and returns the character entity like <
(means '<' ); |
Entity |
DTD.defineEntity(java.lang.String name,
int type,
char[] data)
Creates, intializes and adds to the entity table the new entity. |
protected Entity |
DTD.defEntity(java.lang.String name,
int type,
java.lang.String data)
Creates, intializes and adds to the entity table the new entity. |
private Entity |
DTD.newEntity(java.lang.String name,
int type)
Creates and adds to the element table the entity with an unitialized data section. |
|
|||||||||
| Home >> All >> javax >> swing >> text >> html >> [ parser overview ] | PREV NEXT | ||||||||