IDLffXMLDOMNode::GetAttributes
The IDLffXMLDOMNode::GetAttributes function method creates an instance of an IDLffXMLDOMNamedNodeMap and returns an object reference to that object. The named node map can then be used to access the attributes of an element object.
Syntax
Result = Obj->[IDLffXMLDOMNode::]GetAttributes()
Return Value
Returns an object reference to the new IDLffXMLDOMNamedNodeMap object. If the calling object is not an IDLffXMLDOMElement, a null object reference is returned.
Arguments
None
Keywords
None
Version History
6.1 |
Introduced |