RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetAttributeNodes Method

Returns the value of the AttributeNodes property.

Pascal
function GetAttributeNodes: IXMLNodeList;
C++
__fastcall IXMLNodeList GetAttributeNodes();

GetAttributeNodes is the read implementation of the AttributeNodes property on the IXMLNode interface for this node. 

GetAttributeNodes generates the list that implements the AttributeNodes property the first time an application reads the AttributeNodes property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!