VB6 LtXmlComLib20.Element
In This Topic
LtXmlComLib20.Element Class
Allows untyped elements (data not described in the schema) to be constructed and manipulated. Some schemas allow the insertion of arbitrary pieces of XML. This object allows these to be described.
|
|
Members |
Description |
|
|
|
Attributes |
A collection of all the Attributes that this element contains |
|
|
|
ElementName |
The name of the element |
|
|
|
ElementValue |
The text value for the element |
|
|
|
Elements |
A collection of all the child elements owned by this element |
|
|
|
Namespace |
The namespace the element bellongs to |
|