RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.Create Constructor

Instantiates a TXMLNodeList object.

Pascal
C++

Createinstantiates a new TXMLNodeList object. Typically, TXMLNodeList is created by another object that represents a node. The TXMLNodeList represents a set of nodes that are of interest to the other object that creates it. 

AOwner is the node that creates TXMLNodeList to represent a set of its child nodes or attributes. 

DefaultNamespaceURI identifies the namespace that is used by default for nodes added to this list when no namespace is explicitly specified. 

NotificationProc is a callback that TXMLNodeList calls when nodes are added to or removed from the list, or when new nodes need to be created. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!