C# 클래스 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.
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Recognises ( SchemaRelease release, XmlDocument document ) : bool

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

보호된 메소드들

메소드 설명
SchemaRecogniser ( ) : System.Xml

Constructs an SchemaRecogniser instance.

메소드 상세

Recognises() 공개 추상적인 메소드

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.
리턴 bool

SchemaRecogniser() 보호된 메소드

Constructs an SchemaRecogniser instance.
protected SchemaRecogniser ( ) : System.Xml
리턴 System.Xml