C# 클래스 SemeionModulesDesigner.XmlSchemaParser.XsdParser

상속: IXsdParser
파일 보기 프로젝트 열기: janstafa/XsdFormEditor 1 사용 예제들

공개 메소드들

메소드 설명
ParseXsdFile ( string fileName ) : XForm

Get XForm from given Xsd file.

비공개 메소드들

메소드 설명
BuildXForm ( XmlSchemaElement xmlSchemaElement, SemeionModulesDesigner.XmlSchemaParser.XsdModel.XContainer parent ) : void

Build new XForm from XmlSchema.

GetXAttribute ( XmlSchemaAttribute attribute ) : IXAttribute

Provides correct IXAttribute depending on XmlTypeCode.

LoadXmlSchema ( string fileName ) : XmlSchema

Loads given Xsd file into XmlSchema.

SchemaValidationHandler ( object sender, ValidationEventArgs args ) : void

Handler for errors during XmlSchema validation.

메소드 상세

ParseXsdFile() 공개 메소드

Get XForm from given Xsd file.
public ParseXsdFile ( string fileName ) : XForm
fileName string Path to Xsd file.
리턴 SemeionModulesDesigner.XmlSchemaParser.XsdModel.XForm