An XML item.
Go to Property Listing | Method Listing
duplicate, getElements, remove, select, toSource, toSpecifier
Boolean, Number, Object, XMLComments, XMLElements, XMLInstructions, XMLItems
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The unique ID of the XMLItem. |
||
|
readonly |
The index of the XMLItem within its containing object. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
readonly |
The parent of the XMLItem (a Document, XMLElement or XMLItem). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
A collection of XML comments. |
||
|
readonly |
A collection of XML elements. |
||
|
readonly |
A collection of XML instructions. |
||
|
readonly |
A collection of XML items. |
XMLItem duplicate ()
Duplicates the XMLItem.
XMLItem getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the XMLItem.
undefined select ([existingSelection:SelectionOptions=SelectionOptions])
Selects the object.
|
Parameter |
Type |
Description |
|---|---|---|
|
existingSelection |
The selection status of the XMLItem in relation to previously selected objects. (Optional) (default: SelectionOptions.REPLACE_WITH) |
String toSource ()
Generates a string which, if executed, will return the XMLItem.
String toSpecifier ()
Retrieves the object specifier.
XMLRuleMatchData.element
Button.associatedXMLElement
Cell.associatedXMLElement
Document.associatedXMLElement
EPS.associatedXMLElement
FormField.associatedXMLElement
Graphic.associatedXMLElement
GraphicLine.associatedXMLElement
Group.associatedXMLElement
Image.associatedXMLElement
ImportedPage.associatedXMLElement
Movie.associatedXMLElement
Oval.associatedXMLElement
PDF.associatedXMLElement
PICT.associatedXMLElement
PageItem.associatedXMLElement
Polygon.associatedXMLElement
Rectangle.associatedXMLElement
Sound.associatedXMLElement
Story.associatedXMLElement
Table.associatedXMLElement
TextFrame.associatedXMLElement
WMF.associatedXMLElement
XmlStory.associatedXMLElement
Character.associatedXMLElements
InsertionPoint.associatedXMLElements
Line.associatedXMLElements
Paragraph.associatedXMLElements
Text.associatedXMLElements
TextColumn.associatedXMLElements
TextStyleRange.associatedXMLElements
Word.associatedXMLElements
XMLComment.parent
XMLElement.parent
XMLInstruction.parent
XMLItem.parent