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 |
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
|
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)
Copyright © 1998–2019 iText Group NV. All rights reserved.