XmlHelperGetNamespaceUri Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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