Package org.marc4j.converter.impl

Classes for byte and character conversions.

See:
          Description

Interface Summary
CodeTableInterface  
 

Class Summary
AnselToUnicode A utility to convert MARC-8 data to non-precomposed UCS/Unicode.
CodeTable CodeTable defines a data structure to facilitate AnselToUnicode character conversion.
CodeTableGenerated An implementation of CodeTableInterface that is used in converting MARC8 data to UTF8 data, that doesn't rely on any data files or resources or data structures Warning: This file is generated by running the main routine in the file CodeTableGenerator.java Warning: Do not edit this file, or all edits will be lost at the next build.
CodeTableGenerator Invoked at build time to generate a java source file (named CodeTableGenerated.java) which when compiled will implement the CodeTableInterface (primarily through switch statements) and which can be used be the AnselToUnicode converter instead of this class, and which will produce the same results as the object CodeTable.
CodeTableHandler CodeTableHandler is a SAX2 ContentHandler that builds a data structure to facilitate AnselToUnicode character conversion.
CodeTableTracker A utility to convert UCS/Unicode data to MARC-8.
Iso5426ToUnicode A utility to convert UNIMARC data to UCS/Unicode.
Iso6937ToUnicode A utility to convert ISO 6937 data to UCS/Unicode.
ReverseCodeTable ReverseCodeTable defines a data structure to facilitate UnicodeToAnsel character conversion.
ReverseCodeTableHandler ReverseCodeTableHandler is a SAX2 ContentHandler that builds a data structure to facilitate UnicodeToAnsel character conversion.
UnicodeToAnsel A utility to convert UCS/Unicode data to MARC-8.
UnicodeToIso5426 A utility to convert UCS/Unicode data to UNIMARC (ISO 5426 charset).
UnicodeToIso6937 A utility to convert UCS/Unicode data to ISO 6937.
 

Package org.marc4j.converter.impl Description

Classes for byte and character conversions.



Copyright © 2002-2006 Bas Peters. All Rights Reserved.