XmlHelperGetNamespaceUri Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Retrieve the Namespace URI for a given prefix in a context of the
specified
IXmlElement.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static string GetNamespaceUri(
IXmlElement xml,
string prefix
)
Parameters
- xml
- Type: Tangosol.Run.XmlIXmlElement
The IXmlElement.
- prefix
- Type: SystemString
The Namespace prefix.
Return Value
Type:
String
The Namespace URI corresponding to the prefix.
See Also