org.cyberneko.html
Class HTMLEntities
java.lang.Object
org.cyberneko.html.HTMLEntities
- public class HTMLEntities
- extends Object
Pre-defined HTML entities.
- Version:
- $Id$
- Author:
- Andy Clark
Method Summary |
static int |
get(String name)
Returns the character associated to the given entity name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTITIES
protected static final Properties ENTITIES
- Entities.
HTMLEntities
public HTMLEntities()
get
public static int get(String name)
- Returns the character associated to the given entity name.
(C) Copyright 2002-2003, Andy Clark. All rights reserved.