Oracle® Coherence .NET API Reference Release 3.6
E15727-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: 3.6.0.0 (3.6.0.0)

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