HandCoded.Meta.SchemaRecogniser.Recognises C# (CSharp) Method

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
        public abstract bool Recognises(SchemaRelease release, XmlDocument document);