C# Class XmlIntelliSense.App.XHelper.XsdParser

Afficher le fichier Open project: Code-Inside/Samples

Méthodes publiques

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

Method Details

AnalyseSchema() public static méthode

public static AnalyseSchema ( XmlSchemaSet set ) : List
set System.Xml.Schema.XmlSchemaSet
Résultat List

RecursiveElementAnalyser() public static méthode

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