RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.CreateAttributeNode Method

Creates a new TXMLNode object for an attribute of this node.

Pascal
function CreateAttributeNode(const ADOMNode: IDOMNode): IXMLNode; virtual;
C++
virtual __fastcall IXMLNode CreateAttributeNode(const IDOMNode ADOMNode);

Applications can't call the protected CreateAttributeNode method. TXMLNode uses this method internally to generate the nodes that populate the AttributeNodes property.  

CreateAttributeNode creates a new TXMLNode object for the specified IDOMNode interface and returns its interface. 

ADOMNode is the interface for the DOM implementation's version of the attribute node. 

 

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