org.marc4j.converter.impl
Class ReverseCodeTable
java.lang.Object
org.marc4j.converter.impl.ReverseCodeTable
public class ReverseCodeTable
- extends Object
ReverseCodeTable
defines a data structure to facilitate
UnicodeToAnsel character conversion.
- Version:
- $Revision: 1.2 $
- Author:
- Corey Keith
- See Also:
DefaultHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
charset
protected static Hashtable charset
combining
protected static Vector combining
ReverseCodeTable
public ReverseCodeTable(InputStream byteStream)
ReverseCodeTable
public ReverseCodeTable(String filename)
ReverseCodeTable
public ReverseCodeTable(URI uri)
isCombining
public boolean isCombining(Character c)
codeTableHash
public Hashtable codeTableHash(Character c)
inPreviousCharCodeTable
public static boolean inPreviousCharCodeTable(Character c,
CodeTableTracker ctt)
getChar
public static char getChar(Character c,
CodeTableTracker ctt)
Copyright © 2002-2006 Bas Peters. All Rights Reserved.