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