Returns the namespace node with the prefix matching the given qualified name.
Original signature is '- (NSXMLNode *)resolveNamespaceForName:(NSString *)name'
Available in Mac OS X v10.4 and later.


- name (NSString)
- A string that is the qualified name for a namespace (a qualified name is prefix plus local name).

An NSXMLNode object of kind NSXMLNamespaceKind or nil if there is no matching namespace node.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)