| Members | Description | |||
| AddRef |
Adds a reference to the object |
|||
| Attributes | A collection of all the Attributes that this element contains | |||
| ChildElements | A collection of all the child elements owned by this element | |||
| Element | Constructor | |||
| GetBase | Gets the CXmlObjectBase that all XML objects must derive from. | |||
| FromXml | Reads data into the object, from an XML string | |||
| FromXmlFile | Reads XML data the object, from a file | |||
| GetName | Gets the name of the element | |||
| SetName | Sets the name of the element | |||
| GetNamespace | Gets the namespace the element belongs to | |||
| SetNamespace | Sets the namespace the element belongs to | |||
| Release | Release a reference to the object (deletes the object if it is the last reference) | |||
| ToXml | Turns the object into an XML string | |||
| ToXmlFile | Turns the object into XML, and writes it to a file |