Class pmr.sgml.EntitySet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.sgml.EntitySet

java.lang.Object
   |
   +----pmr.sgml.EntitySet

public class EntitySet
extends Object
a simple attempt to manage some of the commoner ISO and other entity sets
Author:
Copyright P.Murray-Rust, 1996

Constructor Index

 o EntitySet()

Method Index

 o getCharValue(String)
return the character value of the entity (CASE-SENSITIVE).
 o getIsoLatin1Char(int)
gets the ISOLatin1 character (supported by Java).
 o main(String[])

Constructors

 o EntitySet
  public EntitySet()

Methods

 o getCharValue
  public static int getCharValue(String entity)
return the character value of the entity (CASE-SENSITIVE). If not found, returns -1;
 o getIsoLatin1Char
  public static String getIsoLatin1Char(int i)
gets the ISOLatin1 character (supported by Java). silly value gives ""
 o main
  public static void main(String s[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index