Class
An XML validation error.
ValidationError
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| attributeName | string | readonly | The attribute name if the validation error refers to an attribute. |
| element | XMLElement | readonly | The element that caused the validation error. |
| errorMessage | string | readonly | The validation error message. |
| index | number | readonly | The index of the ValidationError within its containing object. |
| parent | Document | readonly | The parent of the ValidationError (a Document). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Return
Array of ValidationError XMLElement.validate ([maximumErrors: number=250])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |