Adobe InDesign CS2 (4.0) Object Model JS: ValidationError

InDesign CS2

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.
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 Object 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

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, 27-Jun-2010 v3.0.3dContents :: Index