fi.iki.hsivonen.htmlparser
Class Entities

java.lang.Object
  extended by fi.iki.hsivonen.htmlparser.Entities

public final class Entities
extends Object

Version:
$Id: Entities.java,v 1.3 2006/10/30 20:03:10 hsivonen Exp $
Author:
hsivonen

Field Summary
private static String[] NAMES
           
private static String[] NAMES_5
           
private static char[][] VALUES
           
private static char[][] VALUES_5
           
 
Constructor Summary
Entities()
           
 
Method Summary
static char[] resolve(String entity)
           
static char[] resolve5(String entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMES

private static final String[] NAMES

VALUES

private static final char[][] VALUES

NAMES_5

private static final String[] NAMES_5

VALUES_5

private static final char[][] VALUES_5
Constructor Detail

Entities

public Entities()
Method Detail

resolve

public static final char[] resolve(String entity)

resolve5

public static final char[] resolve5(String entity)