MARC21 Class |
Namespace: MARCEngine5
The MARC21 type exposes the following members.
Name | Description | |
---|---|---|
MARC21 |
Defines the base MARC21 Class.
This is the class that allows users to interact with the MARCEngine via COM
|
Name | Description | |
---|---|---|
GetError |
Returns the current Error value the last called function.
| |
IsMARC21 |
Set True if the File is MARC21
| |
MarcEngine_Version |
Description: Returns the MARCEngine Version Number
| |
Set_XSLT_Engine |
Sets the XSLT Engine.
| |
SetTempPath |
Defines the TempDirectory. Otherwise, system temp directory is used by default
| |
XSLTError |
Returns the last XSLT Processing Error
|
Name | Description | |
---|---|---|
Add_Field |
Add Field function is used to add a list of fields to a file
| |
Add_Field_Stream |
Add_Field_Stream Field function is used to add a list of fields to a file
| |
ChangeStringEncoding |
Provides a method to flip character encodings
| |
CloseReadStream |
Closes a streamreader object
| |
CloseWriteStream |
Closes a StreamWriter Object
| |
ContainsUnicodeCharacter |
Description: Reads a string and determines if the string is in UTF8
| |
ConvertFile |
Description: ConvertFile translates binary MARC data from one character codepage to another
| |
Delete_Field |
Delete Field function is used to delete a list of fields from a file
| |
Delete_Field_Stream |
Delete_Field_Stream Field function is used to delete a list of fields from a file
| |
Delimited_Output_Stream |
Delimited_Output_Stream
| |
Equals | (Inherited from Object.) | |
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 a delimited field list from a set of MARC records.
| |
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.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MARC2MARC21XML |
Translates MARC to MARC21XML
| |
MARC2MARC21XML_Stream |
Translates MARC to MARC21XML stream
| |
MARC2Stream |
Description: Converts MARC data to the mnemonic format.
| |
MARC2XML |
Translates MARC to XML
| |
MARC2XML_Stream |
Translates MARC2XML_Stream
| |
MarcFile |
MarcFile: reads MARC Files and return data in the mnemonic format.
| |
MarcFileEx |
MarcFile: 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
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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 |
Description: Converts MarcEdit's mnemonic string format to MARC
| |
OpenReadStream |
Description: Opens a StreamReader Object configured to a specific codepage
| |
OpenStreamWriter |
Returns a streamwriter object
| |
Peek |
Returns the current file position of the StreamReader.
| |
ReadAll |
Description Read the entire contents of a streamreader object
| |
ReadLine |
Reads next line of the StreamReaderObject
| |
ReadMARC21XML |
Reads MARC21XML to MARC
| |
ReadMARC21XMLStream |
Reads MARC21XML to MARC
| |
ReadNextMnemonicRecord |
Returns the next Mnemonic Record Block
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnEscapeEntities |
Description: Unescapes HTML entity 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
|
Name | Description | |
---|---|---|
DEFAULT_SET |
use this variable when working with the Mnemonic and streaming functions functions
| |
MARC8_SET |
use this variable when working with the Mnemonic and streaming functions functions
| |
MSXML |
MSXML sets the xslt engine to the .net default
| |
SAXON |
SAXON sets the xslt engine to the SAXON.net option
| |
UTF8_SET |
use this variable when working with Mnemonic and streaming functions functions
|