Description
-
Returns collection of child elements.
Property type
-
A XMPPTags
object.
Syntax
-
object.Tags
The Tags Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPTag. |
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>
|