Click or drag to resize

SimpleParserLoadXml Method (IResource)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Gets the XmlDocument representing data from a given resource.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual XmlDocument LoadXml(
	IResource resource
)

Parameters

resource
Type: Tangosol.IO.ResourcesIResource
IResource with Xml data.

Return Value

Type: XmlDocument
XmlDocument representing Xml data.
Exceptions
ExceptionCondition
ArgumentNullException If resource is null.
XmlException If there is a load or parse error in the XML.
See Also