MARC_HTML_Writer Class
Class is used to write the information about a digital resource in MARC21 format
Namespace: SobekCM.Resource_ObjectAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public class MARC_HTML_Writer : XML_Writing_Base_Type |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| MARC_HTML_Writer | Constructor for a new instance of the MARC_Writer class |
Methods
| Name | Description |
---|
| Convert_String_To_XML_Safe | Converts a basic string into an XML-safe string (Inherited from XML_Writing_Base_Type.) |
| MARC_HTML(SobekCM_Item) | Writes a digital resource in MARC format, with additional considerations for displaying within a HTML page |
| MARC_HTML(SobekCM_Item, Dictionary<(Of <<'(String, Object>)>>)) | Writes a digital resource in MARC format, with additional considerations for displaying within a HTML page |
| MARC_HTML(SobekCM_Item, String) | Writes a digital resource in MARC format, with additional considerations for displaying within a HTML page |
| MARC_HTML(SobekCM_Item, String, Dictionary<(Of <<'(String, Object>)>>)) | Writes a digital resource in MARC format, with additional considerations for displaying within a HTML page |
See Also