NativeXml Help
Content
|
Index
|
Reference
TXmlNode.NodeInsert
TXmlNode
procedure
NodeInsert(
Index
: integer; ANode:
TXmlNode
);
virtual
;
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
.