All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

Abstract. Variable in class edu.vt.marian.Document.OAMSDocument
acceptPreppedTag(BufferedReader). Static method in class edu.vt.marian.Document.XmlDoc
acceptTag(BufferedReader). Static method in class edu.vt.marian.Document.XmlDoc
anselToCanonicalAscii(String, BufferedWriter). Static method in class edu.vt.marian.Document.MarcRecord
Convert data into the closest possible version that uses only ASCII characters.
attributes(). Method in class edu.vt.marian.Document.MarcDocument
return a Vector of metadata attributes for this document.
attributes(). Method in class edu.vt.marian.Document.OAMSDocument
attributes(). Method in class edu.vt.marian.Document.RFC1807Document
attributes(). Method in class edu.vt.marian.Document.SgmlDocument
attributes(). Method in class edu.vt.marian.Document.SimpleDocument
return a Vector of metadata attributes for this document.
attributes(). Method in class edu.vt.marian.Document.SOIFDocument
attributes(int). Method in class edu.vt.marian.Document.OAMSDocument
attributes(int). Method in class edu.vt.marian.Document.RFC1807Document
attributes(int). Method in class edu.vt.marian.Document.SOIFDocument
author. Variable in class edu.vt.marian.Document.OAMSDocument

C

catForm. Variable in class edu.vt.marian.Document.MarcRecord
charEncoding. Variable in class edu.vt.marian.Document.MarcRecord
controlType. Variable in class edu.vt.marian.Document.MarcRecord
copy(). Method in class edu.vt.marian.Document.MarcDocument
Make a new MarcDocument just like this one.
copy(). Method in class edu.vt.marian.Document.OAMSDocument
copy(). Method in class edu.vt.marian.Document.RFC1807Document
copy(). Method in class edu.vt.marian.Document.SgmlDocument
An attempt to get around declaring public clone() methods.
copy(). Method in class edu.vt.marian.Document.SimpleDocument
An attempt to get around declaring public clone() methods.
copy(). Method in class edu.vt.marian.Document.SOIFDocument

D

debug. Variable in class edu.vt.marian.Document.MarcRecord
Just used for debugging.
debug. Variable in class edu.vt.marian.Document.MarcVarField
just used for debugging
displayID. Variable in class edu.vt.marian.Document.OAMSDocument

E

encLvl. Variable in class edu.vt.marian.Document.MarcRecord
EntityMap(Debug). Constructor for class edu.vt.marian.Document.EntityMap
EntityMapTester(). Constructor for class edu.vt.marian.Document.EntityMapTester
equals(MarcDocument). Method in class edu.vt.marian.Document.MarcDocument
Does this object represent the same document as parameter object?

NOTE: At this point we are using String compare on the raw strings to determine equality.

equals(SgmlDocument). Method in class edu.vt.marian.Document.SgmlDocument
tell whether this object and the parameter object represent the same document.
EXTRACT_ERROR. Static variable in class edu.vt.marian.Document.SgmlDocument

F

field_separator. Static variable in class edu.vt.marian.Document.MarcRecord
The field separator of USMARC record in tape format.
fixFields. Variable in class edu.vt.marian.Document.MarcRecord
The fixed fields of this object as a Vector of Strings.
fullID. Variable in class edu.vt.marian.Document.OAMSDocument

G

GetAttributeNames(). Method in class edu.vt.marian.Document.RFC1807Document
Return a string array of the attribute names in this SOIF
GetAttributeNames(). Method in class edu.vt.marian.Document.SOIFDocument
Return a string array of the attribute names in this SOIF
GetAttributeValue(String). Method in class edu.vt.marian.Document.RFC1807Document
Return the value of a specified attribute in this SOIF
GetAttributeValue(String). Method in class edu.vt.marian.Document.SOIFDocument
Return the value of a specified attribute in this SOIF
getBiblioLevel(). Method in class edu.vt.marian.Document.MarcRecord
getCatalogingForm(). Method in class edu.vt.marian.Document.MarcRecord
getCharEncoding(). Method in class edu.vt.marian.Document.MarcRecord
getControlType(). Method in class edu.vt.marian.Document.MarcRecord
getData(). Method in class edu.vt.marian.Document.MarcFixField
Return the field string itself.
getData(). Method in class edu.vt.marian.Document.MarcSubField
return the data of this object
getDocumentString(). Method in class edu.vt.marian.Document.SgmlDocument
return the sgml string of the document this object represents.
getEncodingLevel(). Method in class edu.vt.marian.Document.MarcRecord
getFieldData(String). Method in class edu.vt.marian.Document.SgmlDocument
return the data of this document corresponding to the specified field
getFieldDataByIndex(int). Method in class edu.vt.marian.Document.SgmlDocument
return the data of the specified field.
getFieldNameByIndex(int). Method in class edu.vt.marian.Document.SgmlDocument
return the name of the specified field.
getFieldSeparator(String). Method in class edu.vt.marian.Document.SgmlDocument
tell the separator between different text strings in the specified field.
getFixFieldById(int). Method in class edu.vt.marian.Document.MarcRecord
Return the fixed field of this object with the specified id.
getFixFieldByIndex(int). Method in class edu.vt.marian.Document.MarcRecord
Return the indexth fixed field of this object.
getID(). Method in class edu.vt.marian.Document.MarcFixField
Return the id of this object.
getID(). Method in class edu.vt.marian.Document.MarcVarField
return the id of this object
getIndicators(). Method in class edu.vt.marian.Document.MarcVarField
return the indicators of this object
getLabel(). Method in class edu.vt.marian.Document.MarcSubField
return the label of this object
getLinkedRecordRq(). Method in class edu.vt.marian.Document.MarcRecord
GetNumAttributes(). Method in class edu.vt.marian.Document.RFC1807Document
Return a count of the number of attributes in this SOIF
GetNumAttributes(). Method in class edu.vt.marian.Document.SOIFDocument
Return a count of the number of attributes in this SOIF
getNumberFields(). Method in class edu.vt.marian.Document.SgmlDocument
return the number of fields in this document
getNumberFixFields(). Method in class edu.vt.marian.Document.MarcRecord
Return the number of fixed fields contained in this object.
getNumberSubfields(). Method in class edu.vt.marian.Document.MarcVarField
return the number of subfields in this object
getNumberVarFields(). Method in class edu.vt.marian.Document.MarcRecord
Return the number of variable fields contained in this object.
getStatus(). Method in class edu.vt.marian.Document.MarcRecord
Return the indexth char in the header of this object.
getStringFromEntityReader(BufferedReader). Method in class edu.vt.marian.Document.EntityMap
getSubfieldByIndex(int). Method in class edu.vt.marian.Document.MarcVarField
return the indexth subfield of this object
getSubfieldsByLabel(char). Method in class edu.vt.marian.Document.MarcVarField
return all the subfields in this object with the specified label
GetTemplateType(). Method in class edu.vt.marian.Document.SOIFDocument
Return the template type of this SOIF object.
getType(). Method in class edu.vt.marian.Document.MarcRecord
GetURL(). Method in class edu.vt.marian.Document.SOIFDocument
Return the URL of this SOIF object
getVarFieldByIndex(int). Method in class edu.vt.marian.Document.MarcRecord
Return the indexth variable field of this object.
getVarFieldsById(int). Method in class edu.vt.marian.Document.MarcRecord
Return all the variable fields of this object with the specified id.

H

hasSectionType(MarcVarField, int). Method in class edu.vt.marian.Document.MarcDocument

I

id. Variable in class edu.vt.marian.Document.MarcVarField
The USMARC field id.
indicator1. Variable in class edu.vt.marian.Document.MarcVarField
Indicator characters: see MARC documentation.
indicator2. Variable in class edu.vt.marian.Document.MarcVarField
init(). Method in class edu.vt.marian.Document.MarcDocument
Set instance variables to default values.
init(). Method in class edu.vt.marian.Document.MarcRecord
Set instance variables to default values.
INVALID_TAG_NAME. Static variable in class edu.vt.marian.Document.SgmlDocument
isConfName. Variable in class edu.vt.marian.Document.PresentableMarcVarField
isCorpName. Variable in class edu.vt.marian.Document.PresentableMarcVarField
isImprint. Variable in class edu.vt.marian.Document.PresentableMarcVarField
isInstantiated. Variable in class edu.vt.marian.Document.MarcRecord
Has this been properly instantiated (e.g., from a valid tape format or XML string)?
isNote. Variable in class edu.vt.marian.Document.PresentableMarcVarField
isPersName. Variable in class edu.vt.marian.Document.PresentableMarcVarField
isSubject. Variable in class edu.vt.marian.Document.PresentableMarcVarField
isTitle. Variable in class edu.vt.marian.Document.PresentableMarcVarField
isValid(). Method in class edu.vt.marian.Document.MarcRecord
Is this object a valid MARC record?
isValid(). Method in class edu.vt.marian.Document.OAMSDocument
isValid(). Method in class edu.vt.marian.Document.RFC1807Document
isValid(). Method in class edu.vt.marian.Document.SgmlDocument
tell whether the object is valid (not whether it has been extracted yet).
isValid(). Method in class edu.vt.marian.Document.SimpleDocument
Is this object ready to rock? Yes.
isValid(). Method in class edu.vt.marian.Document.SOIFDocument

L

level. Variable in class edu.vt.marian.Document.MarcRecord
linkedRecRqrd. Variable in class edu.vt.marian.Document.MarcRecord
load(BufferedReader). Method in class edu.vt.marian.Document.EntityMap

M

main(String[]). Static method in class edu.vt.marian.Document.EntityMapTester
main(String[]). Static method in class edu.vt.marian.Document.MarcDocumentTester
main(String[]). Static method in class edu.vt.marian.Document.MarcFilter
main(String[]). Static method in class TestChar
main(String[]). Static method in class edu.vt.marian.Document.TestSOIF
mapStringFromEntities(String, BufferedWriter). Method in class edu.vt.marian.Document.EntityMap
Take a string in an entity-based encoding (e.g., XML entity references) and convert it to a character-based encoding (e.g., extended ASCII).
mapStringToEntities(String, BufferedWriter). Method in class edu.vt.marian.Document.EntityMap
Take a string in a character encoding (e.g., extended ASCII) and convert it to an entity-based encoding (e.g., XML entity references).
Marc856Field(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.Marc856Field
Create a MarcImprintField object with no subfields.
MarcConfNameField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcConfNameField
Create a MarcConfNameField object with no subfields.
MarcCorpNameField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcCorpNameField
Create a MarcCorpNameField object with no subfields.
MarcDocument(Debug). Constructor for class edu.vt.marian.Document.MarcDocument
Create a null MarcDocument.
MarcDocument(EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcDocument
Create a MarcDocuemnt object using an explicit EntityMap.
MarcDocument(int, Debug). Constructor for class edu.vt.marian.Document.MarcDocument
Create a null MarcRecord, with a minimal xmlMap (one with only & and < in it).
MarcDocument(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcDocument
Create a MarcDocuemnt object using an explicit EntityMap.
MarcDocumentTester(). Constructor for class edu.vt.marian.Document.MarcDocumentTester
MarcFilter(). Constructor for class edu.vt.marian.Document.MarcFilter
MarcFixField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcFixField
Create a MarcFixField object with no data.
MarcFixField(int, String, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcFixField
Create a MarcFixField object from the parameters id and data .
MarcImprintField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcImprintField
Create a MarcImprintField object with no subfields.
MarcPersNameField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcPersNameField
Create a MarcPersNameField object with no subfields.
MarcRecord(Debug). Constructor for class edu.vt.marian.Document.MarcRecord
Create a null MarcRecord, with a minimal xmlMap (one with only & and < in it).
MarcRecord(EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcRecord
Create a MarcRecord object using an explicit EntityMap.
MarcSubField(char, String, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcSubField
create a marc_subfield object from label and data
MarcSubjectField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcSubjectField
Create a MarcSubjectField object with no subfields.
MarcTitleField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcTitleField
Create a MarcTitleField object with no subfields.
MarcVarField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.MarcVarField
Create a MarcVarField object from a field ID and a segment of a MARC tape format record.

N

newVarField(int). Method in class edu.vt.marian.Document.MarcDocument
Create the correct sort of field object.
newVarField(int). Method in class edu.vt.marian.Document.MarcRecord
Create the correct sort of field object.
NULL_DOCUMENT_STRING. Static variable in class edu.vt.marian.Document.SgmlDocument
NULL_FIELD_NAME. Static variable in class edu.vt.marian.Document.SgmlDocument
NULL_SGML_STRING. Static variable in class edu.vt.marian.Document.SgmlDocument
NULL_STREAM. Static variable in class edu.vt.marian.Document.SgmlDocument

O

OAMSDocument(Debug). Constructor for class edu.vt.marian.Document.OAMSDocument
Build a new SOIF object
OAMSDocument(String, Debug). Constructor for class edu.vt.marian.Document.OAMSDocument
Build a new SOIF object from an input stream
OK. Static variable in class edu.vt.marian.Document.SgmlDocument
those are the return values of methods of this class
organization. Variable in class edu.vt.marian.Document.OAMSDocument

P

ParseOAMSBody(). Method in class edu.vt.marian.Document.OAMSDocument
Parse the body of the SOIF extracting the attribute/value pairs
ParseSOIFBody(String). Method in class edu.vt.marian.Document.RFC1807Document
Parse the body of the SOIF extracting the attribute/value pairs
ParseSOIFBody(String). Method in class edu.vt.marian.Document.SOIFDocument
Parse the body of the SOIF extracting the attribute/value pairs
ParseSOIFBuffer(String). Method in class edu.vt.marian.Document.RFC1807Document
Parse a marshalled SOIF object extracting all its attribute/value pairs
ParseSOIFBuffer(String). Method in class edu.vt.marian.Document.SOIFDocument
Parse a marshalled SOIF object extracting all its attribute/value pairs
present(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcSubField
PresentableMarcFixField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.PresentableMarcFixField
Create a PresentableMarcFixField object with no data.
PresentableMarcFixField(int, String, EntityMap, Debug). Constructor for class edu.vt.marian.Document.PresentableMarcFixField
Create a PresentableMarcFixField object from the parameters id and data .
PresentableMarcVarField(int, EntityMap, Debug). Constructor for class edu.vt.marian.Document.PresentableMarcVarField
Create a PresentableMarcVarField object with no subfields from a field ID and a pair of indicator characters.
presentAsTapeFormat(BufferedWriter). Method in class edu.vt.marian.Document.MarcRecord
Send this MarcRecord to an output stream in tape format.
presentAsTapeFormat(BufferedWriter). Method in class edu.vt.marian.Document.MarcVarField
Send this to an output stream in the form of OAI XML.
presentAsXml(BufferedWriter). Method in class edu.vt.marian.Document.MarcFixField
Send this field to an output stream in the form of OAI XML.
presentAsXml(BufferedWriter). Method in class edu.vt.marian.Document.MarcRecord
Send this MarcRecord to an output stream in the form of OAI XML.
presentAsXml(BufferedWriter). Method in class edu.vt.marian.Document.MarcVarField
Send this to an output stream in the form of OAI XML.
presentAttribute(int, int). Method in class edu.vt.marian.Document.MarcDocument
Return an Object (almost certainly a String) in some markupType for the given attribute.
presentAttribute(int, int). Method in class edu.vt.marian.Document.OAMSDocument
presentAttribute(int, int). Method in class edu.vt.marian.Document.RFC1807Document
presentAttribute(int, int). Method in class edu.vt.marian.Document.SgmlDocument
presentAttribute(int, int). Method in class edu.vt.marian.Document.SimpleDocument
Return an Object (almost certainly a String) in some markupType for the given attribute.
presentAttribute(int, int). Method in class edu.vt.marian.Document.SOIFDocument
presentAttributes(int). Method in class edu.vt.marian.Document.MarcDocument
return a Vector of metadata attributes for this document.
presentAttributes(int). Method in class edu.vt.marian.Document.OAMSDocument
presentAttributes(int). Method in class edu.vt.marian.Document.RFC1807Document
presentAttributes(int). Method in class edu.vt.marian.Document.SgmlDocument
return a Vector of metadata attributes for this document.
presentAttributes(int). Method in class edu.vt.marian.Document.SimpleDocument
return a Vector of metadata attributes for this document.
presentAttributes(int). Method in class edu.vt.marian.Document.SOIFDocument
presentCallNumber(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcDocument
presentFull(int). Method in class edu.vt.marian.Document.MarcDocument
Return a full description of the document this object represents.
presentFull(int). Method in class edu.vt.marian.Document.OAMSDocument
presentFull(int). Method in class edu.vt.marian.Document.RFC1807Document
presentFull(int). Method in class edu.vt.marian.Document.SgmlDocument
return the full description of this document.
presentFull(int). Method in class edu.vt.marian.Document.SimpleDocument
return the full description of this document.
presentFull(int). Method in class edu.vt.marian.Document.SOIFDocument
presentFull(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcDocument
presentFull(int, BufferedWriter). Method in class edu.vt.marian.Document.OAMSDocument
presentFull(int, BufferedWriter). Method in class edu.vt.marian.Document.RFC1807Document
presentFull(int, BufferedWriter). Method in class edu.vt.marian.Document.SgmlDocument
presentFull(int, BufferedWriter). Method in class edu.vt.marian.Document.SimpleDocument
presentFull(int, BufferedWriter). Method in class edu.vt.marian.Document.SOIFDocument
presentLong(int). Method in class edu.vt.marian.Document.MarcDocument
return a long description of the document this object represents
presentLong(int). Method in class edu.vt.marian.Document.OAMSDocument
presentLong(int). Method in class edu.vt.marian.Document.RFC1807Document
presentLong(int). Method in class edu.vt.marian.Document.SgmlDocument
presentLong(int). Method in class edu.vt.marian.Document.SimpleDocument
return the long description of this document.
presentLong(int). Method in class edu.vt.marian.Document.SOIFDocument
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.Marc856Field
"Long" presentation for a conference name variable field.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcConfNameField
"Long" presentation for a conference name variable field.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcCorpNameField
"Long" presentation for a corporate name variable field.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcDocument
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcImprintField
"Long" presentation for a conference name variable field.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcPersNameField
"Long" presentation for a personal name variable field.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcSubjectField
"Long" presentation for a subject variable field.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcTitleField
"Long" presentation for a title variable field: use all subfields with slash separator.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.OAMSDocument
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.PresentableMarcVarField
Default "long" presentation for any variable field: use all subfields with a minimal separator.
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.RFC1807Document
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.SgmlDocument
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.SimpleDocument
presentLong(int, BufferedWriter). Method in class edu.vt.marian.Document.SOIFDocument
presentNotesSection(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcDocument
Prsent the notes information of this object.
presentPublishingInfoSection(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcDocument
format the publishing information of this MarcRecord
presentSection(int, int, BufferedWriter). Method in class edu.vt.marian.Document.MarcDocument
format the specified variable fields of this object from the MarcRecord
presentShort(int). Method in class edu.vt.marian.Document.MarcDocument
Return a short description (probably only one sentence) of the document this represents.
presentShort(int). Method in class edu.vt.marian.Document.OAMSDocument
Return a short description (probably only one sentence) of the document this represents.
presentShort(int). Method in class edu.vt.marian.Document.RFC1807Document
Return a short description (probably only one sentence) of the document this represents.
presentShort(int). Method in class edu.vt.marian.Document.SgmlDocument
return the short description of this document in one line.
presentShort(int). Method in class edu.vt.marian.Document.SimpleDocument
return the short description of this document in one line.
presentShort(int). Method in class edu.vt.marian.Document.SOIFDocument
Return a short description (probably only one sentence) of the document this represents.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.Marc856Field
"Short" presentation for a corporate name variable field.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcConfNameField
"Short" presentation for a conference name variable field: use 'a' and 'b' subfields.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcCorpNameField
"Short" presentation for a corporate name variable field: use 'a' and 'b' subfields.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcDocument
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcImprintField
"Short" presentation for a corporate name variable field.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcPersNameField
"Short" presentation for a personal name variable field: use 'a' and 'b' subfields.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.MarcSubjectField
"Short" presentation for a subject variable field: use 'a' subfields, separated with commas.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.OAMSDocument
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.PresentableMarcVarField
Default "short" presentation for any variable field: just use the 'a' subfield.
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.RFC1807Document
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.SgmlDocument
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.SimpleDocument
presentShort(int, BufferedWriter). Method in class edu.vt.marian.Document.SOIFDocument
presentUrl(String, BufferedWriter). Method in class edu.vt.marian.Document.PresentableMarcVarField
Certain chars (the space, for example), cannot appear in URLs.

R

record_end. Static variable in class edu.vt.marian.Document.MarcRecord
The record end symbol of a USMARC record in tape format.
RFC1807Document(Debug). Constructor for class edu.vt.marian.Document.RFC1807Document
Build a new SOIF object
RFC1807Document(String, Debug). Constructor for class edu.vt.marian.Document.RFC1807Document
Build a new SOIF object from an input stream

S

SetAttributeValue(String, String). Method in class edu.vt.marian.Document.RFC1807Document
Set an attribute/value pair for this SOIF
SetAttributeValue(String, String). Method in class edu.vt.marian.Document.SOIFDocument
Set an attribute/value pair for this SOIF
setDocumentString(String). Method in class edu.vt.marian.Document.SgmlDocument
set the sgml string of the document this object represents.
setFromTapeFormat(BufferedReader). Method in class edu.vt.marian.Document.MarcRecord
setFromTapeFormat(String). Method in class edu.vt.marian.Document.MarcRecord
Instantiate this MarcRecord object from a raw (tape format) record.
setFromTapeFormat(String). Method in class edu.vt.marian.Document.MarcVarField
Set this object from a segment of a MARC tape format record.
setFromXml(BufferedReader). Method in class edu.vt.marian.Document.MarcFixField
Instantiate this object from an XML stream.
setFromXml(BufferedReader). Method in class edu.vt.marian.Document.MarcRecord
Instantiate this MarcRecord object from an XML stream.
setFromXml(BufferedReader). Method in class edu.vt.marian.Document.MarcVarField
Set this object from an OA XML MARC string.
setIndicators(char, char). Method in class edu.vt.marian.Document.MarcVarField
SgmlDocument(BufferedReader, Debug). Constructor for class edu.vt.marian.Document.SgmlDocument
create an SgmlDocument object from the specified stream.
SgmlDocument(String, Debug). Constructor for class edu.vt.marian.Document.SgmlDocument
create an SgmlDocument object from a document string.
SimpleDocument(Debug). Constructor for class edu.vt.marian.Document.SimpleDocument
Create a null SimpleDocument object.
SimpleDocument(Debug, String). Constructor for class edu.vt.marian.Document.SimpleDocument
Create a SimpleDocument object.
SimpleDocument(Debug, String, String). Constructor for class edu.vt.marian.Document.SimpleDocument
Create a SimpleDocument object from just a short and a long description.
SimpleDocument(Debug, String, String, String). Constructor for class edu.vt.marian.Document.SimpleDocument
Create a SimpleDocument object.
SOIFClose(). Method in class edu.vt.marian.Document.RFC1807Document
Return the SOIF close symbol (the brace)
SOIFClose(). Method in class edu.vt.marian.Document.SOIFDocument
Return the SOIF close symbol (the brace)
SOIFDocument(Debug). Constructor for class edu.vt.marian.Document.SOIFDocument
Build a new SOIF object
SOIFDocument(String, Debug). Constructor for class edu.vt.marian.Document.SOIFDocument
Build a new SOIF object from an input stream
SOIFException(String). Constructor for class edu.vt.marian.Document.SOIFException
Build a new SOIFException
soifString. Variable in class edu.vt.marian.Document.SOIFDocument
this string contains all the information of this document the format of the string is in SGML
SOIFToBuffer(boolean). Method in class edu.vt.marian.Document.RFC1807Document
Return a StringBuffer which is a marshalled version of this SOIF
SOIFToBuffer(boolean). Method in class edu.vt.marian.Document.SOIFDocument
Return a StringBuffer which is a marshalled version of this SOIF
status. Variable in class edu.vt.marian.Document.MarcRecord
subfield_separator. Static variable in class edu.vt.marian.Document.MarcVarField
the USMARC tape format subfield separator character.
subfields. Variable in class edu.vt.marian.Document.MarcVarField
all the subfields of this variable field
subject. Variable in class edu.vt.marian.Document.OAMSDocument

T

TestChar(). Constructor for class TestChar
TestSOIF(). Constructor for class edu.vt.marian.Document.TestSOIF
title. Variable in class edu.vt.marian.Document.OAMSDocument
Allows us to pull things out of the property list in the order they were inserted.
toStream(PrintWriter). Method in class edu.vt.marian.Document.SgmlDocument
print the contents of this object to the specified stream.
type. Variable in class edu.vt.marian.Document.MarcRecord

U

UnparseSOIFElement(String, String). Static method in class edu.vt.marian.Document.RFC1807Document
Turn a attribute/value pair into a strintg.
UnparseSOIFElement(String, String). Static method in class edu.vt.marian.Document.SOIFDocument
Turn a attribute/value pair into a strintg.
urlPrefix. Static variable in class edu.vt.marian.Document.PresentableMarcVarField
Prefix (notably including substitution points for WebGate) used in constructing URLs implementing "Hot Links" in presented records as new searches.

V

varFields. Variable in class edu.vt.marian.Document.MarcRecord
The variable fields of this object as a Vector of MarcVarFields.

X

XmlDoc(). Constructor for class edu.vt.marian.Document.XmlDoc
xmlMap. Variable in class edu.vt.marian.Document.MarcFixField
Device for mapping ANSEL (and some ASCII) characters to XML entities.
xmlMap. Variable in class edu.vt.marian.Document.MarcRecord
Device for mapping ANSEL (and some ASCII) characters to XML entities.
xmlMap. Variable in class edu.vt.marian.Document.MarcVarField
Device for mapping ANSEL (and some ASCII) characters to XML entities.