public class Entities extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Entities.EscapeMode |
Modifier and Type | Method and Description |
---|---|
static Character |
getCharacterByName(String name)
Get the Character value of the named entity
|
static boolean |
isNamedEntity(String name)
Check if the input is a known named entity
|
public static boolean isNamedEntity(String name)
name
- the possible entity name (e.g. "lt" or "amp"Copyright © 2009-2016 Jonathan Hedley. All Rights Reserved.