Click or drag to resize
MARC21_Interface Methods

The MARC21_Interface type exposes the following members.

Methods
  Name Description
Public method Add_Field
Adds new fields to a file of marc records
Public method Add_Field_Stream
Add Field as a stream
Public method ChangeStringEncoding
Convert between codepages
Public method CloseReadStream
Closes a streamreader object
Public method CloseWriteStream
Closes a StreamWriter Object
Public method ConvertFile
Convert charactersets from a codepage to UTF8
Public method Delete_Field
Delete Field function is used to delete a list of fields from a file
Public method Delete_Field_Stream
Delete Field as a stream
Public method Delimited_Output_Stream
Export Delimited Text via a string
Public method Export_Tabbed_MARC(String, String, String)
Export a delimited field list from a set of MARC records.
Public method Export_Tabbed_MARC(String, String, String, Int32)
Export_Tabbed_MARC will export a defined set of data into delimited format.
Public method Export_Tabbed_MARC_Stream(String, String)
Export a delimited field list from a set of MARC records.
Public method Export_Tabbed_MARC_Stream(String, String, Int32)
Export a delimited field list from a set of MARC records.
Public method MARC2MARC21XML
Translates MARC to MARC21XML
Public method MARC2MARC21XML_Stream
MARC 2 MARC21XML Streaming function. Tasks a stream of records and processes them
Public method MARC2Stream
Break a set of MARC records to a stream
Public method MARC2XML
Translates MARC to XML
Public method MARC2XML_Stream
MARC2XML via a string
Public method MarcFile
MarcFile: reads MARC Files and return data in the mnemonic format.
Public method MarcFileEx
MarcFileEx: reads MARC Files and return data in the mnemonic format.
Public method MARCJoin
MARCJoin provides the ability to join a set of files into a single file.
Public method MARCSplit
MARCSplit provides the ability to split larger record sets into smaller file sets.
Public method MARCXMLtoMARC
Depricated function: Used in MarcEdit 4.6. Use ReadMARC21XML
Public method MMaker
MMaker reads MarcEdit's Mnemonic format and returns a MARC file.
Public method MMakerEx
MMakerEx reads MarcEdit's Mnemonic format and returns a MARC file.
Public method Mnemonic2Stream
Make a Mnemonic set of records to a stream
Public method OpenReadStream
Opens a StreamReader Object configured to a specific codepage
Public method OpenStreamWriter
Returns a streamwriter object
Public method Peek
Peeks forward in a stream to see if file is at the end or not
Public method ReadAll
Read the entire contents of a streamreader object
Public method ReadLine
Reads next line of the StreamReaderObject
Public method ReadMARC21XML
Reads MARC21XML to MARC
Public method ReadMARC21XMLStream
Process a MARCXML21 stream to MARC.
Public method ReadNextMnemonicRecord
Returns the next mnemonic record block
Public method UnEscapeEntities
Unescapes HTML entities from a string and replaces them with their UTF8 values.
Public method Write
Writes to a streamWriter object
Public method XML2MARC
Translates XML to MARC
Public method XML2XML
Translates one XML format to another.
Public method XMLFile
Depricated MARCEngine 4.6 function. Use MARC2MARC21XML
Public method XMLtoMARC
Depricated. Use XML2MARC
Public method XMLtoXML
Depricated function from MarcEdit 4.6. Use XML2XML
Top
See Also