C# Class XmlIntelliSense.App.XHelper.XsdParser

Mostra file Open project: Code-Inside/Samples

Public Methods

Method Description
AnalyseSchema ( XmlSchemaSet set ) : List
RecursiveElementAnalyser ( string prefix, XmlSchemaElement element, List flatList ) : XsdElementInformation

Method Details

AnalyseSchema() public static method

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

RecursiveElementAnalyser() public static method

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