SobekCM_METS_dmdSec_ReaderWriter Class
Reader that operates against a single custom SobekCM descriptive 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 SobekCM_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 |
| 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 |
| toMETS | Helper method is used to create the METS from each individual data element |
| Write_dmdSec | Writes the dmdSec for the entire package to the text writer |
See Also