Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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