| java.lang.Object org.cyberneko.html.HTMLEntities
HTMLEntities | public class HTMLEntities (Code) | | Pre-defined HTML entities.
author: Andy Clark version: $Id: HTMLEntities.java,v 1.5 2005/02/14 03:56:54 andyc Exp $ |
Inner Class :static class IntProperties | |
Field Summary | |
final protected static Properties | ENTITIES Entities. | final protected static IntProperties | SEITITNE Reverse mapping from characters to names. |
Method Summary | |
public static int | get(String name) Returns the character associated to the given entity name, or
-1 if the name is not known. | public static String | get(int c) Returns the name associated to the given character or null if
the character is not known. |
SEITITNE | final protected static IntProperties SEITITNE(Code) | | Reverse mapping from characters to names.
|
get | public static int get(String name)(Code) | | Returns the character associated to the given entity name, or
-1 if the name is not known.
|
get | public static String get(int c)(Code) | | Returns the name associated to the given character or null if
the character is not known.
|
|
|