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

Ensure the existence of the Namespace declaration attribute 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 void EnsureNamespace(
	IXmlElement xml,
	string prefix,
	string uri
)

Parameters

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

See Also