Adobe InDesign CS4 (6.0) Object Model JS: ValidationError

InDesign CS4

Class

ValidationError

 An XML validation error.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Document
ValidationError

Properties

PropertyTypeAccessDescription
attributeNamestring readonlyThe attribute name if the validation error refers to an attribute.
elementXMLElement readonlyThe element that caused the validation error.
errorMessagestring readonlyThe validation error message.
indexnumber readonlyThe index of the ValidationError within its containing object.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
parentDocument readonlyThe parent of the ValidationError (a Document).
propertiesObject r/wA property that allows setting of several properties at the same time.

Methods

Instances

Array of ValidationError getElements ()
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:

array of ValidationError ValidationErrors.itemByRange (from: any, to: any)

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: 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])

Jongware, 20-Jun-2010 v3.0.3dContents :: Index