Contents

namespaces

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

Declaration

var namespaces: [XMLNode]? { get set }

Parameters

  • namespaces:

    An array of Xmlnode objects of kind Namespace. If there are namespace nodes with the same prefix, the first attribute with that prefix is used. Send this message with namespaces as nil to remove all namespace nodes.

See Also

Handling Namespaces