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.
Adds a child node to the end of the list of existing children.
func addChild(_ child: XMLNode)The node object to add to the existing children.