Back to product page

Tags property


Returns collection of child elements.

Type

XMPPTags object

Syntax

  • Basic
object.Tags [= value]
The Tags(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPTag
valueXMPPTags object

Remarks

Provides you with collection of all child XML elements contained in the XML node. Since XML is internally stored as a tree, each child can contain more children, and zero or more its own attributes. For example, in following XML data characters marked in red color are stored in Tags property.

<message from='test@wippien.com/wodXMPP' to='test2@wippien.com' id='8786' type='chat'><body>test</body></message>

Platforms

Windows