|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jsoup.nodes.Entities
public class Entities
HTML entities, and escape routines. Source: W3C HTML named character references.
| Nested Class Summary | |
|---|---|
static class |
Entities.EscapeMode
|
| Method Summary | |
|---|---|
static java.lang.Character |
getCharacterByName(java.lang.String name)
Get the Character value of the named entity |
static boolean |
isNamedEntity(java.lang.String name)
Check if the input is a known named entity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isNamedEntity(java.lang.String name)
name - the possible entity name (e.g. "lt" or "amp"
public static java.lang.Character getCharacterByName(java.lang.String name)
name - named entity (e.g. "lt" or "amp")
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||