Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-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: 12.2.1.3000 (12.2.1.3000)

Syntax

C#
public static string GetNamespaceUri(
	IXmlElement xml,
	string prefix
)

Parameters

xml
Type: Tangosol.Run.Xml..::..IXmlElement
The IXmlElement.
prefix
Type: System..::..String
The Namespace prefix.

Return Value

The Namespace URI corresponding to the prefix.

See Also