.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Run.Xml
SimpleParser Class
SimpleParser Methods
LoadXml Method
LoadXml Method (TextReader)
LoadXml Method (IResource)
SimpleParser
LoadXml 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#
Copy
protected
virtual
XmlDocument
LoadXml
(
IResource
resource
)
Parameters
resource
Type:
Tangosol.IO.Resources
IResource
IResource
with Xml data.
Return Value
Type:
XmlDocument
XmlDocument
representing Xml data.
Exceptions
Exception
Condition
ArgumentNullException
If
resource
is
null
.
XmlException
If there is a load or parse error in the XML.
See Also
Reference
SimpleParser Class
LoadXml Overload
Tangosol.Run.Xml Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.