An XML validation error.
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. |
Methods
Array of ValidationErrorgetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ValidationError.
string toSpecifier ()
Retrieves the object specifier.
Used in:
ValidationErrors.previousItem (
obj:
ValidationError )
ValidationErrors.nextItem (
obj:
ValidationError )
Returned by:
Array of ValidationError ValidationError .getElements (
)
ValidationError ValidationErrors.anyItem (
)
Array of ValidationError ValidationErrors.everyItem (
)
ValidationError ValidationErrors.firstItem (
)
ValidationError ValidationErrors.item (
index:
any
)
ValidationError ValidationErrors.itemByName (
name:
string
)
Array of ValidationError ValidationErrors.itemByRange (
from:
any, to:
any
)
ValidationError ValidationErrors.lastItem (
)
ValidationError ValidationErrors.middleItem (
)
ValidationError ValidationErrors.nextItem (
obj:
ValidationError
)
ValidationError ValidationErrors.previousItem (
obj:
ValidationError
)
Array of ValidationError XMLElement.validate (
[maximumErrors:
number=250 ]
)