Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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.6.0.0 (3.6.0.0)

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