XMLElements Collection Object

A XMLElements collection object is an OLE Automation object whose members represent all XML elements with a certain tag name. The members of an XMLElements collection object are OLE Automation objects of the class XMLElement. An XMLElements collection object can be obtained with the TXTextControl.XMLElements property.

Syntax

XMLElements

Properties

Property Description
Count Returns the number of XMLElement objects in the collection.
InputItemIndex Returns the index of the element with the current input position in the collection.

Methods

Method Description
Add Adds a new XMLElement object to the collection.
InputItem Returns the XML element of an XMLElements collection which contains the current input position.
Item Returns a specific XML element of an XMLElements collection.
Remove Removes an XML element from an XMLElements collection.

See Also