ValidationError
QuickLinks
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. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
index | number | readonly | The index of the ValidationError within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
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
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of ValidationError getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the ValidationError.
Used in:
ValidationError ValidationErrors.nextItem (obj: ValidationError)
ValidationError ValidationErrors.previousItem (obj: ValidationError)
Return
Array of ValidationError ValidationError.getElements ()
ValidationError ValidationErrors.[] (index: number)
ValidationError ValidationErrors.anyItem ()
Array of ValidationError ValidationErrors.everyItem ()
ValidationError ValidationErrors.firstItem ()
ValidationError ValidationErrors.item (index: varies)
Array of ValidationError ValidationErrors.itemByRange (from: varies, to: varies)
ValidationError ValidationErrors.lastItem ()
ValidationError ValidationErrors.middleItem ()
ValidationError ValidationErrors.nextItem (obj: ValidationError)
ValidationError ValidationErrors.previousItem (obj: ValidationError)
Array of ValidationError XMLElement.validate ([maximumErrors: number=250])
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |