A collection of XML elements.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
XMLElement add (markupTag:Varies String XMLTag, xmlContent:Varies Story Text PageItem, withProperties:Object)
Create a new XML element
|
Parameter |
Type |
Description |
|---|---|---|
|
markupTag |
The XML tag used to identify this element. Can accept: String or XMLTag. |
|
|
xmlContent |
Content to be marked up. Can accept: Text, Story or PageItem. (Optional) |
|
|
withProperties |
Initial values for properties of the new XMLElement (Optional) |
Number count ()
Displays the number of elements in the XMLElement.