Contents

removeNamespace(forPrefix:)

Removes a namespace node that is identified by a given prefix.

Declaration

func removeNamespace(forPrefix name: String)

Parameters

  • name:

    A string that is the prefix for a namespace.

Discussion

The removed XML node object is removed.

See Also

Handling Namespaces