Method | Description | |
---|---|---|
IsValid ( string XmlFile ) : bool |
Validates whether XML is valid XML, without any checks against schemas
|
|
XmlValidator ( ) : System |
Constructor for a new instance of the XmlValidator clss
|
Method | Description | |
---|---|---|
MyValidationEventHandler ( object sender, |
EventHandler is called when there is an error during validation
|
public IsValid ( string XmlFile ) : bool | ||
XmlFile | string | Full pathname for the XML file to validate |
return | bool |