HRESULT GetURIForPrefix([in] BSTR prefix, [out, retval] BSTR * NamespaceURI);
Given a particular namespace prefix, return the namespace URI currently associated with it.
The namespace URI is returned if the prefix is found, otherwise the error E_INVALIDARG is returned.
Copyright © Simon Fell, 2000-2004. All rights reserved.