function NodeAdd(ANode: TXmlNode): integer; override;
Description
Add the node ANode to the nodelist. It will be added at the end, unless it is an attribute, in that case it will be added at the end of the current list of attributes. NodeAdd will set the parent of ANode to itself.