C# 클래스 HandCoded.Meta.DefaultDTDReleaseLoader

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

공개 메소드들

메소드 설명
LoadData ( Specification specification, XmlElement context, 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 Specification.

보호된 메소드들

메소드 설명
GetPublicId ( XmlElement context ) : string

Extracts the release's public name from the XML section describing the DTD.

GetRootElement ( XmlElement context ) : string

Extracts the release's system identifier from the XML section describing the DTD.

GetSystemId ( XmlElement context ) : string

GetVersion ( XmlElement context ) : string

Extracts the release's version number string from the XML section describing the DTD.

메소드 상세

GetPublicId() 보호된 메소드

Extracts the release's public name from the XML section describing the DTD.
protected GetPublicId ( XmlElement context ) : string
context System.Xml.XmlElement The context for the section.
리턴 string

GetRootElement() 보호된 메소드

Extracts the release's system identifier from the XML section describing the DTD.
protected GetRootElement ( XmlElement context ) : string
context System.Xml.XmlElement The context for the section.
리턴 string

GetSystemId() 보호된 메소드

protected GetSystemId ( XmlElement context ) : string
context System.Xml.XmlElement The context for the section.
리턴 string

GetVersion() 보호된 메소드

Extracts the release's version number string from the XML section describing the DTD.
protected GetVersion ( XmlElement context ) : string
context System.Xml.XmlElement The context for the section.
리턴 string

LoadData() 공개 메소드

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