mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
Expand <a href='http://sobekrepository.org/codehelp/engineagnosticlayerdbaccess' title='EngineAgnosticLayerDbAccess'>EngineAgnosticLayerDbAccess Namespace</a>EngineAgnosticLayerDbAccess Namespace
Expand <a href='http://sobekrepository.org/codehelp/builder_library' title='SobekCM.Builder_Library'>Builder_Library Namespace</a>Builder_Library Namespace
Expand <a href='http://sobekrepository.org/codehelp/core' title='SobekCM.Core'>Core Namespace</a>Core Namespace
Expand <a href='http://sobekrepository.org/codehelp/engine_library' title='SobekCM.Engine_Library'>Engine_Library Namespace</a>Engine_Library Namespace
Expand <a href='http://sobekrepository.org/codehelp/library' title='SobekCM.Library'>Library Namespace</a>Library Namespace
Collapse <a href='http://sobekrepository.org/codehelp/resource_object' title='SobekCM.Resource_Object'>Resource_Object Namespace</a>Resource_Object Namespace
Expand <a href='http://sobekrepository.org/codehelp/tools' title='SobekCM.Tools'>Tools Namespace</a>Tools Namespace
MISSING BANNER

DC_METS_dmdSec_ReaderWriter Class



Class reads and writes simple dublin core within a METS file


Namespace: SobekCM.Resource_Object.METS_Sec_ReaderWriters
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class DC_METS_dmdSec_ReaderWriter : XML_Writing_Base_Type, 
	iPackage_dmdSec_ReaderWriter

Remarks

This also looks for the ETD-MS fields used for Electronic Theses and Dissertations. However, this will not be WRITTEN unless the ETD_MS_DC_METS_dmdSec_ReaderWriter class is utilized in the METS writing profile

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object..::..XML_Writing_Base_Type
    SobekCM.Resource_Object.METS_Sec_ReaderWriters..::..DC_METS_dmdSec_ReaderWriter
      SobekCM.Resource_Object.METS_Sec_ReaderWriters..::..ETD_MS_DC_METS_dmdSec_ReaderWriter

Constructors

  NameDescription
Public methodDC_METS_dmdSec_ReaderWriter
Initializes a new instance of the DC_METS_dmdSec_ReaderWriter class

Methods

  NameDescription
Public methodConvert_String_To_XML_Safe
Converts a basic string into an XML-safe string
(Inherited from XML_Writing_Base_Type.)
Public methodInclude_dmdSec
Flag indicates if this active reader/writer will write a dmdSec
Public methodRead_dmdSec
Reads the dmdSec at the current position in the XmlTextReader and associates it with the entire package
Public methodStatic memberRead_Simple_Dublin_Core_Info
Reads the Dublin Core-compliant section of XML and stores the data in the provided digital resource
Public methodSchema_Location
Returns the schema location information to be written in the XML/METS Header
Public methodSchema_Namespace
Returns the schema namespace (xmlns) information to be written in the XML/METS Header
Public methodSchema_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
Public methodWrite_dmdSec
Writes the dmdSec for the entire package to the text writer
Public methodStatic memberWrite_Simple_Dublin_Core
Class writes simple dublin core to an output stream

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )