|
Milyn-Commons Version 0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.xml.HTMLEntityLookup
Constructor Summary | |
HTMLEntityLookup()
|
Method Summary | |
static java.lang.Character |
getCharacterCode(java.lang.String entityName)
Get the character code for the given entity reference name. |
static java.lang.String |
getEntityRef(char charCode)
Get the entity reference name for the given character code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLEntityLookup()
Method Detail |
public static java.lang.Character getCharacterCode(java.lang.String entityName)
entityName
- The entity name for the character code being sought.
public static java.lang.String getEntityRef(char charCode)
charCode
- The character code of the entity reference name being sought.
|
Milyn-Commons Version 0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |