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
Code Details >> Resource_Object >> METS_Sec_ReaderWriters >> VRACore_METS_dmdSec_ReaderWriter

VRACore_METS_dmdSec_ReaderWriter Class



Class is used to read and write VRACore metadata developed by the Visual Resource Association for visual materials, such as museum artifacts. This reader/writer is used to read and write this data as a dmdSec sections 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 VRACore_METS_dmdSec_ReaderWriter : XML_Writing_Base_Type, 
	iPackage_dmdSec_ReaderWriter

Remarks

Previously, the VRACore information was encoded within the MODS dmdSec in the SobekCM METS files within the extension tag. As such, the MODS reader/writer continues to look for and read any VRACore data within a MODS files. However, the default MODS writer will not write the data, as it should be written here within its own dmdSec.

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object..::..XML_Writing_Base_Type
    SobekCM.Resource_Object.METS_Sec_ReaderWriters..::..VRACore_METS_dmdSec_ReaderWriter

Constructors

  NameDescription
Public methodVRACore_METS_dmdSec_ReaderWriter
Initializes a new instance of the VRACore_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 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

See Also



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