|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.utils.HTML.HtmlCharacterEntityReferences
public static class HTML.HtmlCharacterEntityReferences
Constructor Summary | |
---|---|
HTML.HtmlCharacterEntityReferences()
Returns a new set of character entity references reflecting the HTML 4.0 character set. |
Method Summary | |
---|---|
char |
convertToCharacter(java.lang.String entityReference)
Return the char mapped to the given entityReference or -1. |
java.lang.String |
convertToReference(char character)
Return the reference mapped to the given character or null . |
int |
getSupportedReferenceCount()
Return the number of supported entity references. |
boolean |
isMappedToReference(char character)
Return true if the given character is mapped to a supported entity reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTML.HtmlCharacterEntityReferences()
Method Detail |
---|
public int getSupportedReferenceCount()
public boolean isMappedToReference(char character)
public java.lang.String convertToReference(char character)
null
.
public char convertToCharacter(java.lang.String entityReference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |