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

An interface for XML document access.

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

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