Home
Products & Services
Developers
XML
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
XML-RPC
RSS
About

XMLAttributes Object

See Also   Example   Properties   Methods   Events

A collection class for XMLAttribute objects.

Class Diagram

Remarks

This object is a stripped down collection class that provides minimum functionality for retrieving items from the collection. The number of items in the collection is held in the Count property, specific members can be returned from the collection using the Item method, while the entire collection can be iterated using the For Each...Next structure. Methods are also implemented to extract attributes which have a certain name, these are the GetAttributeByName and AttributeExists methods.

Background

An XML Tag can have a number of attributes. These attributes consist of a name and a value. For example:

<ExampleTag ExampleName1="Example Value" ExampleName2="Another Example Value" />
Terms of Use, Cookie and Privacy Policies All Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2008