Method | Description | |
---|---|---|
ParseXsdFile ( string fileName ) : |
Get XForm from given Xsd file.
|
Method | Description | |
---|---|---|
BuildXForm ( |
Build new XForm from XmlSchema.
|
|
GetXAttribute ( |
Provides correct IXAttribute depending on XmlTypeCode.
|
|
LoadXmlSchema ( string fileName ) : |
Loads given Xsd file into XmlSchema.
|
|
SchemaValidationHandler ( object sender, |
Handler for errors during XmlSchema validation.
|
public ParseXsdFile ( string fileName ) : |
||
fileName | string | Path to Xsd file. |
return |