RightsMD_METS_amdSec_ReaderWriter Class
RightsMD 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 RightsMD_METS_amdSec_ReaderWriter : iPackage_amdSec_ReaderWriter |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.METS_Sec_ReaderWriters..::..RightsMD_METS_amdSec_ReaderWriter
Constructors
Methods
| Name | Description |
---|
| Include_amdSec | Flag indicates if this active reader/writer will write an amdSec |
| Read_amdSec | Reads the amdSec 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 |
| Write_amdSec | Writes the amdSec for the entire package to the text writer |
See Also