IDLffXMLDOMElement
The IDLffXMLDOMElement class references an element node, which is one of the most common node types in an XML document.
Elements can have attributes associated with them, which can be obtained with the IDLffXMLDOMNode::GetAttributes method. The IDLffXMLDOMElement class also has methods for getting an attribute object or an attribute value by its name.
Superclasses
Creation
Properties
Objects of this class have no properties of their own, but do have properties inherited from any superclasses.
Methods
This class has the following methods:
- IDLffXMLDOMElement::Cleanup
- IDLffXMLDOMElement::GetAttribute
- IDLffXMLDOMElement::GetAttributeNode
- IDLffXMLDOMElement::GetElementsByTagName
- IDLffXMLDOMElement::GetTagName
- IDLffXMLDOMElement::Init
- IDLffXMLDOMElement::RemoveAttribute
- IDLffXMLDOMElement::RemoveAttributeNode
- IDLffXMLDOMElement::SetAttribute
- IDLffXMLDOMElement::SetAttributeNode
In addition, this class inherits the methods of any superclasses.
Version History
6.1 |
Introduced |