org.cyberneko.html
Class HTMLEntities

java.lang.Object
  extended byorg.cyberneko.html.HTMLEntities

public class HTMLEntities
extends Object

Pre-defined HTML entities.

Version:
$Id$
Author:
Andy Clark

Field Summary
protected static Properties ENTITIES
          Entities.
 
Constructor Summary
HTMLEntities()
           
 
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
 

Field Detail

ENTITIES

protected static final Properties ENTITIES
Entities.

Constructor Detail

HTMLEntities

public HTMLEntities()
Method Detail

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.