|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarcException | |
org.marc4j.marc | This package contains a record object model to store and edit MARC records or parts of records as objects. |
Uses of MarcException in org.marc4j.marc |
Methods in org.marc4j.marc that throw MarcException | |
String |
Record.marshal()
Returns a String representation for a record
following the structure of a MARC record (tape format). |
void |
Leader.unmarshal(String ldr)
Creates a leader object from a string object. |
void |
Collection.marshal(Writer out)
Marshals all the records in the collection and writes the tape format records to the Writer object. |
Constructors in org.marc4j.marc that throw MarcException | |
Leader(String ldr)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |