C# 클래스 HandCoded.FpML.Meta.FpMLDTDReleaseLoader

An instance of the FpMLDTDReleaseLoader class will extract the description of an FpML DTD based grammar from the bootstrap data file and construct a DTDRelease to hold it.
상속: HandCoded.Meta.DefaultDTDReleaseLoader
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
LoadData ( HandCoded specification, XmlElement context, HandCoded.Meta.SchemaRelease>.Dictionary loadedSchemas ) : void

Extracts the data from the DOM tree below the indicated context XmlElement and create a suitable structure to add to the indicated HandCoded.Meta.Specification.

비공개 메소드들

메소드 설명
GetSchemeCollection ( XmlElement context ) : SchemeCollection

Build a SchemeCollection instance for the release using the scheme filenames from the XML section describing the schema.

GetSchemeDefaults ( XmlElement context ) : SchemeDefaults

Extracts the release's scheme defaults data from the XML section describing the schema.

메소드 상세

LoadData() 공개 메소드

Extracts the data from the DOM tree below the indicated context XmlElement and create a suitable structure to add to the indicated HandCoded.Meta.Specification.
public LoadData ( HandCoded specification, XmlElement context, HandCoded.Meta.SchemaRelease>.Dictionary loadedSchemas ) : void
specification HandCoded The owning .
context System.Xml.XmlElement The context containing data
loadedSchemas HandCoded.Meta.SchemaRelease>.Dictionary A dictionary of all ready loaded schemas.
리턴 void