Class
A collection of XML elements.
add, count
XMLElements
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLElement add (markupTag:
any[, xmlContent:
any][, withProperties:
Object])
Create a new XML element
| Parameter | Type | Description |
|---|---|---|
| markupTag | String XMLTag | The XML tag used to identify this element. Can accept: String or XMLTag. |
| xmlContent | PageItem Story Text | Content to be marked up. Can accept: Text, Story or PageItem. (Optional) |
| withProperties | Object | Initial values for properties of the new XMLElement (Optional) |
number count ()
Displays the number of elements in the XMLElement.
Element of
Document.xmlElements
XMLElement.xmlElements
XMLItem.xmlElements
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |