public class HTMLEntities extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
ENTITIES
Entities.
|
protected static net.sourceforge.htmlunit.cyberneko.HTMLEntities.IntProperties |
SEITITNE
Reverse mapping from characters to names.
|
| Constructor and Description |
|---|
HTMLEntities() |
| Modifier and Type | Method and Description |
|---|---|
static String |
get(int c)
Returns the name associated to the given character or null if
the character is not known.
|
static int |
get(String name)
Returns the character associated to the given entity name, or
-1 if the name is not known.
|
Copyright © 2018. All rights reserved.