|
||||||||||
| 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 Character |
getCharacterByName(String name)
Get the Character value of the named entity |
static boolean |
isBaseNamedEntity(String name)
Check if the input is a known named entity in the base entity set. |
static boolean |
isNamedEntity(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(String name)
name - the possible entity name (e.g. "lt" or "amp")
public static boolean isBaseNamedEntity(String name)
name - the possible entity name (e.g. "lt" or "amp")
isNamedEntity(String)public static Character getCharacterByName(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 | |||||||||