RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeList Interface

IXMLNodeList represents a set of nodes in an XML document.

Pascal
IXMLNodeList = interface;
C++
__interface IXMLNodeList;

XMLIntf

Use IXMLNodeList to work with a set of related nodes in an XML document. IXMLNodeList can be used to add or delete nodes from the set, or to access specific nodes.

Note: C++ method declarations that use IXMLNodeList use the _di_IXMLNodeList type instead. This type is a DelphiInterface wrapper around the IXMLNodeList interface:

typedef System::DelphiInterfaceDelphiInterface_object< IXMLNodeList >  _di_IXMLNodeList;

 

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