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

Parse the resource specified by path into an IXmlDocument object.

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

Syntax

C#
public virtual IXmlDocument ParseXml(
	string path
)

Parameters

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

Return Value

An IXmlDocument object.

See Also