Click or drag to resize

MARC21 Methods

The MARC21 type exposes the following members.

Methods
  NameDescription
Public methodAdd_Field
Add Field function is used to add a list of fields to a file
Public methodAdd_Field_Stream
Add_Field_Stream Field function is used to add a list of fields to a file
Public methodAddField
AddField provides access to the MarcEngine's add field function. Function requires data to be passed in mnemonic format
Public methodChangeStringEncoding
Provides a method to flip character encodings
Public methodCleanTempFiles
Cleans temporary files
Public methodCloseReadStream
Closes a streamreader object
Public methodCloseWriteStream
Closes a StreamWriter Object
Public methodContainsUnicodeCharacter
Description: Reads a string and determines if the string is in UTF8
Public methodConvertFile
Description: ConvertFile translates binary MARC data from one character codepage to another
Public methodDelete_Field
Delete Field function is used to delete a list of fields from a file
Public methodDelete_Field_Stream
Delete_Field_Stream Field function is used to delete a list of fields from a file
Public methodDeleteField
DeleteField provides access to the MarcEngine's add field function. Function requires data to be passed in mnemonic format
Public methodDelimited_Output_Stream
Delimited_Output_Stream
Public methodDispose
Protected methodDispose(Boolean)
Disposes the object. Do not used. Allow Garbage collection to use this
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExport_Tabbed_MARC
Export a delimited field list from a set of MARC records.
Public methodExport_Tabbed_MARC_Stream
Export a delimited field list from a set of MARC records.
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDisposed
Returns if the object has been disposed
Public methodMARC2MARC21XML
Translates MARC to MARC21XML
Public methodMARC2MARC21XML_Stream
Translates MARC to MARC21XML stream
Public methodMARC2Stream
Description: Converts MARC data to the mnemonic format.
Public methodMARC2XML
Translates MARC to XML
Public methodMARC2XML_Stream
Translates MARC2XML_Stream
Public methodMarcFile
MarcFile: reads MARC Files and return data in the mnemonic format.
Public methodMarcFileEx
MarcFile: reads MARC Files and return data in the mnemonic format.
Public methodMARCJoin
MARCJoin provides the ability to join a set of files into a single file.
Public methodMARCSplit
MARCSplit provides the ability to split larger record sets into smaller file sets.
Public methodMARCXMLtoMARC
Depricated function: Used in MarcEdit 4.6. Use ReadMARC21XML
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMMaker
MMaker reads MarcEdit's Mnemonic format and returns a MARC file.
Public methodMMakerEx
MMakerEx reads MarcEdit's Mnemonic format and returns a MARC file.
Public methodMnemonic2Stream
Description: Converts MarcEdit's mnemonic string format to MARC
Public methodOpenReadStream
Description: Opens a StreamReader Object configured to a specific codepage
Public methodOpenStreamWriter
Returns a streamwriter object
Public methodPeek
Returns the current file position of the StreamReader.
Public methodReadAll
Description Read the entire contents of a streamreader object
Public methodReadLine
Reads next line of the StreamReaderObject
Public methodReadMARC21XML
Reads MARC21XML to MARC
Public methodReadMARC21XMLStream
Reads MARC21XML to MARC
Public methodReadNextMARCRecord
Returns the next MARC Record Block
Public methodReadNextMnemonicRecord
Returns the next Mnemonic Record Block
Public methodReplaceAll
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnEscapeEntities
Description: Unescapes HTML entity values.
Public methodWrite
Writes to a streamWriter object
Public methodXML2MARC
Translates XML to MARC
Public methodXML2XML
Translates one XML format to another.
Public methodXMLFile
Depricated MARCEngine 4.6 function. Use MARC2MARC21XML
Public methodXMLtoMARC
Depricated. Use XML2MARC
Public methodXMLtoXML
Depricated function from MarcEdit 4.6. Use XML2XML
Top
See Also