C# Class Tup.Cobar4Net.Config.Loader.Xml.XmlSchemaLoader

Inheritance: ISchemaLoader
Datei anzeigen Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
XmlSchemaLoader ( ) : System
XmlSchemaLoader ( string schemaFile, string ruleFile ) : System

Private Methods

Method Description
CheckDataNodeExists ( ) : void
FindPropertyByName ( XmlElement bean, string name ) : XmlElement
Load ( string dtdFile, string xmlFile ) : void
LoadDataNodes ( XmlElement root ) : void
LoadDataSources ( XmlElement root ) : void
LoadSchemas ( XmlElement root ) : void
LoadTables ( XmlElement node ) : TableConfig>.IDictionary

Method Details

XmlSchemaLoader() public method

public XmlSchemaLoader ( ) : System
return System

XmlSchemaLoader() public method

public XmlSchemaLoader ( string schemaFile, string ruleFile ) : System
schemaFile string
ruleFile string
return System