Package org.cyberneko.html
Class HTMLEntities
- java.lang.Object
-
- org.cyberneko.html.HTMLEntities
-
public class HTMLEntities extends java.lang.Object
Pre-defined HTML entities.- Version:
- $Id: HTMLEntities.java,v 1.5 2005/02/14 03:56:54 andyc Exp $
- Author:
- Andy Clark
-
-
Constructor Summary
Constructors Constructor Description HTMLEntities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
get(int c)
Returns the name associated to the given character or null if the character is not known.static int
get(java.lang.String name)
Returns the character associated to the given entity name, or -1 if the name is not known.
-