Oracle® Coherence .NET API Reference Release 3.6
E15727-01

An interface for XML document access.

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

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