public abstract class HTMLEntityLookup extends Object
Constructor and Description |
---|
HTMLEntityLookup() |
Modifier and Type | Method and Description |
---|---|
static Character |
getCharacterCode(String entityName)
Get the character code for the given entity reference name.
|
static String |
getEntityRef(char charCode)
Get the entity reference name for the given character code.
|
public static Character getCharacterCode(String entityName)
entityName
- The entity name for the character code being sought.public static String getEntityRef(char charCode)
charCode
- The character code of the entity reference name being sought.Copyright © 2020. All rights reserved.