An XML item.
Go to Property Listing | Method Listing
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.
XMLElement move (to:LocationOptions, reference:Varies XMLItem Text)
Move element before/after another element or text object, or to beginning/end
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
Location |
|
|
reference |
Before/after this object. Can accept: XMLItem or Text. (Optional) |
undefined remove ()
Deletes the XMLItem.
undefined select ([existingSelection:SelectionOptions=SelectionOptions])
Select this object.
|
Parameter |
Type |
Description |
|---|---|---|
|
existingSelection |
How to handle the existing selection (Optional) (default: SelectionOptions.REPLACE) |