Contents

addChild(_:)

Adds a child node after the last of the receiver’s existing children.

Declaration

func addChild(_ child: XMLNode)

Parameters

  • child:

    The Xmlnode object to be added.

See Also

Adding and Removing Child Nodes