Package org.codelibs.nekohtml
Class HTMLEntities
- java.lang.Object
-
- org.codelibs.nekohtml.HTMLEntities
-
public class HTMLEntities extends java.lang.ObjectPre-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.Stringget(int c)Returns the name associated to the given character or null if the character is not known.static intget(java.lang.String name)Returns the character associated to the given entity name, or -1 if the name is not known.
-