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
MISSING BANNER
Code Details >> Resource_Object >> Utilities >> SobekCM_METS_Validator

SobekCM_METS_Validator Class



Validates a METS file with SobekCM METS file standards


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

Syntax

C#
public class SobekCM_METS_Validator

Remarks

Object created by Ying Tang and Mark V Sullivan (2006) for University of Florida's Digital Library Center.

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Utilities..::..SobekCM_METS_Validator

Constructors

  NameDescription
Public methodSobekCM_METS_Validator()()()()
Constructor for a new instance of the SobekCM_METS_Validator class
Public methodSobekCM_METS_Validator(String)
Constructor for a new instance of the SobekCM_METS_Validator class
Public methodSobekCM_METS_Validator(SobekCM_Item)
Constructor for a new instance of the SobekCM_METS_Validator class

Methods

  NameDescription
Public methodCheck_Files
Check if specified file exists in the search directory
Public methodMETS_Existence_Check
Check if mets file exists for a SobekCM package.
Public methodMETS_Update_Only_Check
Compare only the file group section between the new mets file and the old mets file. Use the string comparision method to determine if the file group sections have the same contents after removing all white spaces.
Public methodSobekCM_Standard_Check
Check the Bibliographic package agaist the SobekCM METS standard

Properties

  NameDescription
Public propertyIcon_Base_Url
Gets and sets the base icon URL used to check for image existence
Public propertyValidationError
Gets the error string for the last METS file

See Also



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