C# Class HandCoded.Meta.SchemaRecogniser

An instance implementing the SchemaRecognise interface is used to compare an XmlDocument to a SchemaRelease to see if it could be an instance of it.
Afficher le fichier Open project: formicary/fpml-toolkit-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Recognises ( SchemaRelease release, XmlDocument document ) : bool

Determines if the XmlDocument could be an instance of the indicated SchemaRelease.

Méthodes protégées

Méthode Description
SchemaRecogniser ( ) : System.Xml

Constructs an SchemaRecogniser instance.

Method Details

Recognises() public abstract méthode

Determines if the XmlDocument could be an instance of the indicated SchemaRelease.
public abstract Recognises ( SchemaRelease release, XmlDocument document ) : bool
release SchemaRelease The potential .
document System.Xml.XmlDocument The to be tested.
Résultat bool

SchemaRecogniser() protected méthode

Constructs an SchemaRecogniser instance.
protected SchemaRecogniser ( ) : System.Xml
Résultat System.Xml