addNamespace (method)

Adds a namespace to the Namespaces properties.

Syntax

- (void)addNamespace:(NSString*)prefix :(NSString*)namespaceURI;
public func addNamespace(_ prefix: String, _ namespaceURI: String) throws -> Void

Remarks

Prefix specifies the namespace prefix, and NamespaceURI specifies the namespace.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]