C# Class FormProcessor.XmlDocumentValidator

Inheritance: IXmlValidator
Afficher le fichier Open project: BellevueCollege/FormsProcessor

Méthodes publiques

Méthode Description
Validate ( XmlNode node ) : XmlValidatorStatus

XmlDocumentValidator ( string schemaNamespace, string schemaFilename ) : System.Xml

Private Methods

Méthode Description
XmlValidationHandler ( object sender, ValidationEventArgs e ) : void

Method Details

Validate() public méthode

public Validate ( XmlNode node ) : XmlValidatorStatus
node System.Xml.XmlNode
Résultat XmlValidatorStatus

XmlDocumentValidator() public méthode

public XmlDocumentValidator ( string schemaNamespace, string schemaFilename ) : System.Xml
schemaNamespace string
schemaFilename string
Résultat System.Xml