NativeXml Help
TsdContainerNode.NodeInsert
procedure NodeInsert(Index: integer; ANode: TXmlNode); override;
Description
Insert the node ANode at location Index in the list. Make sure to honour the fact that attributes are also nodes, and should always be first in the list. You can find the number of attributes with AttributeCount.