Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Load XML from a resource specified by path.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static IXmlDocument LoadXml(
	string path
)

Parameters

path
Type: System..::..String
Location of Xml data; an URL or valid path.

Return Value

The XML content.

See Also