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

IDLffXMLDOMNode

Creation

See IDLffXMLDOMElement::Init.

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:

In addition, this class inherits the methods of any superclasses.

Version History

6.1

Introduced