C# Class SenseNet.ContentRepository.Storage.XmlValidator

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
LoadFromManifestResource ( Assembly resourceOwner, string manifestResourceName ) : XmlValidator
LoadSchema ( Stream stream ) : void
LoadSchema ( string schemaXml ) : void
Validate ( IXPathNavigable xml ) : bool
Validate ( string xml ) : bool
XmlValidator ( ) : System

Private Methods

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

Method Details

LoadFromManifestResource() public static méthode

public static LoadFromManifestResource ( Assembly resourceOwner, string manifestResourceName ) : XmlValidator
resourceOwner System.Reflection.Assembly
manifestResourceName string
Résultat XmlValidator

LoadSchema() public méthode

public LoadSchema ( Stream stream ) : void
stream Stream
Résultat void

LoadSchema() public méthode

public LoadSchema ( string schemaXml ) : void
schemaXml string
Résultat void

Validate() public méthode

public Validate ( IXPathNavigable xml ) : bool
xml IXPathNavigable
Résultat bool

Validate() public méthode

public Validate ( string xml ) : bool
xml string
Résultat bool

XmlValidator() public méthode

public XmlValidator ( ) : System
Résultat System