Contents

setChildren(_:)

Sets all child nodes of the receiver at once, replacing any existing children.

Declaration

func setChildren(_ children: [XMLNode]?)

Parameters

Discussion

Send this message with children as nil to remove all child nodes.

See Also

Manipulating Child Elements