Contents

addChild(_:)

Adds a child node to the end of the list of existing children.

Declaration

func addChild(_ child: XMLNode)

Parameters

  • child:

    The node object to add to the existing children.

See Also

Manipulating Child Nodes