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$
Author:
Andy Clark

Field Summary
protected static java.util.Properties ENTITIES
          Entities.
 
Constructor Summary
HTMLEntities()
           
 
Method Summary
static int get(java.lang.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
 

Field Detail

ENTITIES

protected static final java.util.Properties ENTITIES
Entities.

Constructor Detail

HTMLEntities

public HTMLEntities()
Method Detail

get

public static int get(java.lang.String name)
Returns the character associated to the given entity name.



(C) Copyright 2002-2003, Andy Clark. All rights reserved.