|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberneko.html.HTMLEntities
public class HTMLEntities
Pre-defined HTML entities.
Field Summary | |
---|---|
protected static java.util.Properties |
ENTITIES
Entities. |
protected static org.cyberneko.html.HTMLEntities.IntProperties |
SEITITNE
Reverse mapping from characters to names. |
Constructor Summary | |
---|---|
HTMLEntities()
|
Method Summary | |
---|---|
static java.lang.String |
get(int c)
Returns the name associated to the given character or null if the character is not known. |
static int |
get(java.lang.String name)
Returns the character associated to the given entity name, or -1 if the name is not known. |
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
protected static final org.cyberneko.html.HTMLEntities.IntProperties SEITITNE
Constructor Detail |
---|
public HTMLEntities()
Method Detail |
---|
public static int get(java.lang.String name)
public static java.lang.String get(int c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |