|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataField | |
---|---|
org.marc4j.marc | Interfaces for the record object model. |
org.marc4j.marc.impl | Default implementation of the MARC record object model. |
Uses of DataField in org.marc4j.marc |
---|
Methods in org.marc4j.marc that return DataField | |
---|---|
abstract DataField |
MarcFactory.newDataField()
Returns a new data field instance. |
abstract DataField |
MarcFactory.newDataField(String tag,
char ind1,
char ind2)
Creates a new data field with the given tag and indicators and returns the instance. |
Uses of DataField in org.marc4j.marc.impl |
---|
Classes in org.marc4j.marc.impl that implement DataField | |
---|---|
class |
DataFieldImpl
Represents a data field in a MARC record. |
Methods in org.marc4j.marc.impl that return DataField | |
---|---|
DataField |
MarcFactoryImpl.newDataField()
Returns a new data field instance. |
DataField |
MarcFactoryImpl.newDataField(String tag,
char ind1,
char ind2)
Creates a new data field with the given tag and indicators and returns the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |