Einhugur Xml Plugin for Xojo

Node.InsertChildAfter Method

Inserts child with given name after a specific child node.

InsertChildAfter(
   name as String,
   node as EinhugurXml.Node) as EinhugurXml.Node

Parameters

name
Name of the child to insert.
node
Child will be inserted after the node in this parameter.

Returns

EinhugurXml.Node
The newly created child node.

Remarks

See Also

Node Class