Contents

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, aNamespace is not added.

See Also

Handling Namespaces