Xml.XMLDoc.TXMLNode.CreateAttributeList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateAttributeList: IXMLNodeList; dynamic;

C++

DYNAMIC Xml::Xmlintf::_di_IXMLNodeList __fastcall CreateAttributeList();

Properties

Type Visibility Source Unit Parent
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Creates the object that implements the AttributeNodes property.

Applications can't call the protected CreateAttributeList method. This method is used internally the first time an application reads the AttributeNodes property.

CreateAttributeList creates an implementation class for the AttributeNodes property, telling it to call the AttributeListNotify method when it changes the list of attributes for this node, and filling it with nodes based on the current attributes of this node.

See Also