An XML item.
Go to Property Listing | Method Listing
duplicate, getElements, remove, select, toSource, toSpecifier
DTDs, Number, Object, XMLComments, XMLElements, XMLInstructions, XMLItems
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
A collection of DTDs. |
||
|
readonly |
The unique ID of the XMLItem. |
||
|
readonly |
The index of the XMLItem within its containing object. |
||
|
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.
Object 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.
Button.associatedXMLElement
Cell.associatedXMLElement
Document.associatedXMLElement
EPS.associatedXMLElement
FormField.associatedXMLElement
GraphicLine.associatedXMLElement
Group.associatedXMLElement
Image.associatedXMLElement
Movie.associatedXMLElement
Oval.associatedXMLElement
PDF.associatedXMLElement
PICT.associatedXMLElement
PageItem.associatedXMLElement
Polygon.associatedXMLElement
Rectangle.associatedXMLElement
Sound.associatedXMLElement
Table.associatedXMLElement
TextFrame.associatedXMLElement
WMF.associatedXMLElement
Character.associatedXMLElements
InsertionPoint.associatedXMLElements
Line.associatedXMLElements
Paragraph.associatedXMLElements
Story.associatedXMLElements
Text.associatedXMLElements
TextColumn.associatedXMLElements
TextStyleRange.associatedXMLElements
Word.associatedXMLElements
DTD.parent
XMLComment.parent
XMLElement.parent
XMLInstruction.parent
XMLItem.parent