MODS_METS_dmdSec_ReaderWriter Class
Metadata Object Description Standard (MODS) reader that operates against a single METS section
Namespace: SobekCM.Resource_Object.METS_Sec_ReaderWritersAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public class MODS_METS_dmdSec_ReaderWriter : XML_Writing_Base_Type,
iPackage_dmdSec_ReaderWriter |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Convert_String_To_XML_Safe | Converts a basic string into an XML-safe string (Inherited from XML_Writing_Base_Type.) |
| Include_dmdSec | Flag indicates if this active reader/writer will write a dmdSec |
| Read_dmdSec | Reads the dmdSec at the current position in the XmlTextReader and associates it with the
entire package |
| Read_MODS_Info | Reads the MODS-compliant section of XML and stores the data in the provided digital resource |
| Schema_Location | Returns the schema location information to be written in the XML/METS Header |
| Schema_Namespace | Returns the schema namespace (xmlns) information to be written in the XML/METS Header |
| Schema_Reference_Required_Package | Flag indicates if this active reader/writer needs to append schema reference information
to the METS XML header by analyzing the contents of the digital resource item |
| Write_dmdSec | Writes the dmdSec for the entire package to the text writer |
| Write_MODS | Add the bibliographic information as MODS to the output stream for a given digital resource |
See Also