iDivision_dmdSec_ReaderWriter Interface
Interface which must be implemented by all dmdSec reader/writers employed
by the METS reader to write the bibliographic metadata portions tied to divisions under the main
digital resource
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 interface iDivision_dmdSec_ReaderWriter |
Methods
| Name | Description |
---|
| Include_dmdSec | Flag indicates if this active reader/writer will write a dmdSec for this node |
| Read_dmdSec | Reads the dmdSec at the current position in the XmlTextReader and associates it with
one subsection/division from the METS structure map |
| 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_Division | Flag indicates if this active reader/writer needs to append schema reference information
to the METS XML header by analyzing the contents of the division |
| Write_dmdSec | Writes the dmdSec for one subsection/division of the METS structure map |
See Also