Method | Description | |
---|---|---|
Include_dmdSec ( SobekCM_Item METS_Item, object>.Dictionary |
Flag indicates if this active reader/writer will write a dmdSec
|
|
Read_MODS_Info ( XmlReader R, |
Reads the MODS-compliant section of XML and stores the data in the provided digital resource
|
|
Read_dmdSec ( XmlReader Input_XmlReader, SobekCM_Item Return_Package, object>.Dictionary |
Reads the dmdSec at the current position in the XmlTextReader and associates it with the entire package
|
|
Schema_Location ( SobekCM_Item METS_Item ) : string[] |
Returns the schema location information to be written in the XML/METS Header
|
|
Schema_Namespace ( SobekCM_Item METS_Item ) : string[] |
Returns the schema namespace (xmlns) information to be written in the XML/METS Header
|
|
Schema_Reference_Required_Package ( SobekCM_Item METS_Item ) : bool |
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_MODS ( |
Add the bibliographic information as MODS to the output stream for a given digital resource
|
|
Write_dmdSec ( |
Writes the dmdSec for the entire package to the text writer
|
Method | Description | |
---|---|---|
read_name_object ( XmlReader r ) : |
||
read_physical_description ( XmlReader r, SobekCM.Resource_Object.Bib_Info.PhysicalDescription_Info description ) : void | ||
read_subject_object ( XmlReader r, |
||
read_title_object ( XmlReader r ) : SobekCM.Resource_Object.Bib_Info.Title_Info | ||
read_vra_core_extensions ( XmlReader r, |
public Include_dmdSec ( SobekCM_Item METS_Item, object>.Dictionary |
||
METS_Item | SobekCM_Item | Package with all the metadata to save |
Options | object>.Dictionary | Dictionary of any options which this METS section writer may utilize |
return | bool |
public static Read_MODS_Info ( XmlReader R, |
||
R | XmlReader | XmlTextReader from which to read the MODS data |
ThisBibInfo | Digital resource object to save the data to | |
Return_Item | SobekCM_Item | Return item to have the MODS information populated |
return | void |
public Read_dmdSec ( XmlReader Input_XmlReader, SobekCM_Item Return_Package, object>.Dictionary |
||
Input_XmlReader | XmlReader | Open XmlReader from which to read the metadata |
Return_Package | SobekCM_Item | Package into which to read the metadata |
Options | object>.Dictionary | Dictionary of any options which this METS section reader may utilize |
return | bool |
public Schema_Location ( SobekCM_Item METS_Item ) : string[] | ||
METS_Item | SobekCM_Item | Package with all the metadata to save |
return | string[] |
public Schema_Namespace ( SobekCM_Item METS_Item ) : string[] | ||
METS_Item | SobekCM_Item | Package with all the metadata to save |
return | string[] |
public Schema_Reference_Required_Package ( SobekCM_Item METS_Item ) : bool | ||
METS_Item | SobekCM_Item | Package with all the metadata to save |
return | bool |
public static Write_MODS ( |
||
Output | Output stream for this metadata to be written to | |
thisBibInfo | Source digital resource bibliographic information | |
return | void |
public Write_dmdSec ( |
||
Output_Stream | Stream to which the formatted text is written | |
METS_Item | SobekCM_Item | Package with all the metadata to save |
Options | object>.Dictionary | Dictionary of any options which this METS section writer may utilize |
return | bool |