Back to product page

Attributes property


Returns collection of attributes.

Type

XMPPTags object

Syntax

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

Remarks

Provides you with collection of zero or more attributes contained in XML node. Each attribute element will contain Name and Value. For example, characters marked in red color will be contained in Attributes collection:

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

Platforms

Windows