public class HTMLEntities
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map |
ENTITIES
Entities.
|
protected static org.cyberneko.html.HTMLEntities.IntProperties |
SEITITNE
Reverse mapping from characters to names.
|
| Constructor and Description |
|---|
HTMLEntities() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
get(int c)
Returns the name associated to the given character or null if
the character is not known.
|
static int |
get(java.lang.String name)
Returns the character associated to the given entity name, or
-1 if the name is not known.
|
(C) Copyright 2002-2014, Andy Clark, Marc Guillemot. All rights reserved.