public class HTMLEntities extends Object
Modifier and Type | Field and Description |
---|---|
protected static Map |
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.
|
protected static final Map ENTITIES
protected static final net.sourceforge.htmlunit.cyberneko.HTMLEntities.IntProperties SEITITNE
Copyright © 2019. All rights reserved.