C# 클래스 XmlIntelliSense.App.XHelper.XsdParser

파일 보기 프로젝트 열기: Code-Inside/Samples

공개 메소드들

메소드 설명
AnalyseSchema ( XmlSchemaSet set ) : List
RecursiveElementAnalyser ( string prefix, XmlSchemaElement element, List flatList ) : XsdElementInformation

메소드 상세

AnalyseSchema() 공개 정적인 메소드

public static AnalyseSchema ( XmlSchemaSet set ) : List
set System.Xml.Schema.XmlSchemaSet
리턴 List

RecursiveElementAnalyser() 공개 정적인 메소드

public static RecursiveElementAnalyser ( string prefix, XmlSchemaElement element, List flatList ) : XsdElementInformation
prefix string
element System.Xml.Schema.XmlSchemaElement
flatList List
리턴 XsdElementInformation