Метод | Описание | |
---|---|---|
METS_Validator_Object ( bool load_all_schemas ) : System |
Constructor for a new instance of the METS_Validator_Object class.
|
|
Validate_Against_Schema ( string METS_File ) : bool |
Validates a single METS XML file If this does not validate, the accumulated errors can be reached through the 'Errors' property. |
Метод | Описание | |
---|---|---|
MyValidationEventHandler ( object sender, |
EventHandler is called when there is an error during validation
|
public METS_Validator_Object ( bool load_all_schemas ) : System | ||
load_all_schemas | bool | Flag indicates whether third-party schemas should be loaded for validation |
Результат | System |
public Validate_Against_Schema ( string METS_File ) : bool | ||
METS_File | string | Location and name of file to validate |
Результат | bool |