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.
ファイルを表示 Open project: formicary/fpml-toolkit-csharp Class Usage Examples

Public Methods

Method Description
Recognises ( SchemaRelease release, XmlDocument document ) : bool

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

Protected Methods

Method Description
SchemaRecogniser ( ) : System.Xml

Constructs an SchemaRecogniser instance.

Method Details

Recognises() public abstract method

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.
return bool

SchemaRecogniser() protected method

Constructs an SchemaRecogniser instance.
protected SchemaRecogniser ( ) : System.Xml
return System.Xml