Xml.XMLDoc.TXMLNodeList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Owner: TXMLNode; const DefaultNamespaceURI: DOMString;  NotificationProc: TNodeListNotification);

C++

__fastcall TXMLNodeList(TXMLNode* Owner, const System::UnicodeString DefaultNamespaceURI, TNodeListNotification NotificationProc);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNodeList

Beschreibung

Instantiiert ein TXMLNodeList-Objekt.

Create erstellt eine Instanz eines TXMLNodeList-Objekts. Die Listen werden normalerweise von Knotenobjekten für Kollektionen untergeordneter Knoten oder Attribute instantiiert. TXMLNodeList repräsentiert eine Knotenmenge.

AOwner gibt den Knoten an, der das TXMLNodeList erstellt.

DefaultNamespaceURI gibt den Namespace für Knoten an, die ohne Bereichsangabe in die Liste aufgenommen werden.

NotificationProc ist eine Callback-Routine, die beim Hinzufügen, Entfernen oder Erstellen von Knoten aufgerufen wird.

Siehe auch