Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
An interface for XML document access.

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

Syntax

C#
public interface IXmlDocument : IXmlElement, 
	IXmlValue, ICloneable

Remarks

The IXmlDocumnet interface represents the document as both the root element (through the underlying IXmlElement interface) and the properties specific to a document, such as DOCTYPE.

See Also