Package org.marc4j.util
This package contains utilities.
See:
Description
|
Class Summary |
| AnselToUnicode |
A utility to convert MARC-8 data to non-precomposed UCS/Unicode. |
| CharacterConverterLoader |
Loads a character converter using a system property. |
| CodeTable |
CodeTable defines a data structure to facilitate AnselToUnicode character conversion. |
| 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. |
| MarcWriter |
Implements the MarcHandler interface
to write record objects to tape format (ISO 2709). |
| MarcXmlWriter |
Provides a driver for MarcXmlReader
to convert MARC records to MARCXML or to a different format using
an XSLT stylesheet. |
| 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. |
| TaggedWriter |
Implements the MarcHandler interface
to write MARC data in tagged display format. |
| 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. |
| XmlMarcWriter |
Provides a driver for MarcXmlHandler
to convert MARCXML to MARC tape format (ISO 2709) either
by providing a MARCXML document or by pre-processing a
different XML format by using an XSLT stylesheet that
outputs a well-formed MARCXML document. |
Package org.marc4j.util Description
This package contains utilities.
Included are utilities to convert MARC-8 data to UCS/Unicode and back and command-line utilities to convert MARC to MARCXML or a different format using XSLT and MARCXML to MARC.
Copyright © 2001-2004 Bas Peters. All Rights Reserved.