|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cyberneko.html.HTMLEntities
Pre-defined HTML entities.
Field Summary | |
protected static java.util.Properties |
ENTITIES
Entities. |
Constructor Summary | |
HTMLEntities()
|
Method Summary | |
static int |
get(java.lang.String name)
Returns the character associated to the given entity name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.util.Properties ENTITIES
Constructor Detail |
public HTMLEntities()
Method Detail |
public static int get(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |