MARC21_Interface Interface |
Namespace: MARCEngine5
The MARC21_Interface type exposes the following members.
Name | Description | |
---|---|---|
GetError |
Returns the current Error value the last called function.
| |
MarcEngine_Version |
Return the Assembly information for the MarcEngine
| |
Set_XSLT_Engine |
Set the XSLT Engine
| |
SetTempPath |
SetTempPath: Sets or retrieves the temporary file path used by the MARCEngine.
| |
XSLTError |
XSLTError: Retrieves the last XSLT error processed.
|
Name | Description | |
---|---|---|
Add_Field |
Adds new fields to a file of marc records
| |
Add_Field_Stream |
Add Field as a stream
| |
ChangeStringEncoding |
Convert between codepages
| |
CloseReadStream |
Closes a streamreader object
| |
CloseWriteStream |
Closes a StreamWriter Object
| |
ConvertFile |
Convert charactersets from a codepage to UTF8
| |
Delete_Field |
Delete Field function is used to delete a list of fields from a file
| |
Delete_Field_Stream |
Delete Field as a stream
| |
Delimited_Output_Stream |
Export Delimited Text via a string
| |
Export_Tabbed_MARC(String, String, String) |
Export a delimited field list from a set of MARC records.
| |
Export_Tabbed_MARC(String, String, String, Int32) |
Export_Tabbed_MARC will export a defined set of data into delimited format.
| |
Export_Tabbed_MARC_Stream(String, String) |
Export a delimited field list from a set of MARC records.
| |
Export_Tabbed_MARC_Stream(String, String, Int32) |
Export a delimited field list from a set of MARC records.
| |
MARC2MARC21XML |
Translates MARC to MARC21XML
| |
MARC2MARC21XML_Stream |
MARC 2 MARC21XML Streaming function. Tasks a stream of records and processes them
| |
MARC2Stream |
Break a set of MARC records to a stream
| |
MARC2XML |
Translates MARC to XML
| |
MARC2XML_Stream |
MARC2XML via a string
| |
MarcFile |
MarcFile: reads MARC Files and return data in the mnemonic format.
| |
MarcFileEx |
MarcFileEx: reads MARC Files and return data in the mnemonic format.
| |
MARCJoin |
MARCJoin provides the ability to join a set of files into
a single file.
| |
MARCSplit |
MARCSplit provides the ability to split larger record sets into
smaller file sets.
| |
MARCXMLtoMARC |
Depricated function: Used in MarcEdit 4.6. Use ReadMARC21XML
| |
MMaker |
MMaker reads MarcEdit's Mnemonic format and returns a MARC file.
| |
MMakerEx |
MMakerEx reads MarcEdit's Mnemonic format and returns a MARC file.
| |
Mnemonic2Stream |
Make a Mnemonic set of records to a stream
| |
OpenReadStream |
Opens a StreamReader Object configured to a specific codepage
| |
OpenStreamWriter |
Returns a streamwriter object
| |
Peek |
Peeks forward in a stream to see if file is at the end or not
| |
ReadAll |
Read the entire contents of a streamreader object
| |
ReadLine |
Reads next line of the StreamReaderObject
| |
ReadMARC21XML |
Reads MARC21XML to MARC
| |
ReadMARC21XMLStream |
Process a MARCXML21 stream to MARC.
| |
ReadNextMnemonicRecord |
Returns the next mnemonic record block
| |
UnEscapeEntities |
Unescapes HTML entities from a string and replaces them with their UTF8 values.
| |
Write |
Writes to a streamWriter object
| |
XML2MARC |
Translates XML to MARC
| |
XML2XML |
Translates one XML format to another.
| |
XMLFile |
Depricated MARCEngine 4.6 function. Use MARC2MARC21XML
| |
XMLtoMARC |
Depricated. Use XML2MARC
| |
XMLtoXML |
Depricated function from MarcEdit 4.6. Use XML2XML
|