Package org.cyberneko.html
Class HTMLEntities
java.lang.Object
org.cyberneko.html.HTMLEntities
Pre-defined HTML entities.
- Version:
- $Id: HTMLEntities.java,v 1.5 2005/02/14 03:56:54 andyc Exp $
- Author:
- Andy Clark
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENTITIES
Entities. -
SEITITNE
protected static final org.cyberneko.html.HTMLEntities.IntProperties SEITITNEReverse mapping from characters to names.
-
-
Constructor Details
-
HTMLEntities
public HTMLEntities()
-
-
Method Details
-
get
Returns the character associated to the given entity name, or -1 if the name is not known. -
get
Returns the name associated to the given character or null if the character is not known.
-