addNamespace(_:)
Adds a namespace node to the receiver.
Declaration
func addNamespace(_ aNamespace: XMLNode)Parameters
- aNamespace:
An XML node object of kind Namespace. If the receiver already has a namespace with the same name,
aNamespaceis not added.