메소드 | 설명 | |
---|---|---|
GenerateValidationResult ( ) : string |
This method is used to generate xml validation result information by using the record errors and warnings.
|
|
ValidateXml ( List |
Validate a piece of Xml fragment according the given Xml Schema. Both Xml Schema and Xml fragment are String type.
|
메소드 | 설명 | |
---|---|---|
GetTargetNamespace ( string fullSchema ) : string |
This method is used to get the target namespace from a schema string.
|
|
ValidationCallBack ( object sender, |
This method is a callback function which is used to record the schema validation errors and warnings.
|
public static ValidateXml ( List |
||
schemaList | List |
Xml Schema string. |
xmlString | string | Xml fragment string. |
리턴 | ValidationResult |