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

An interface for XML element access.

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

Syntax

C#
public interface IXmlElement : IXmlValue, 
	ICloneable

Remarks

The IXmlElement interface represents both the element and its content (through the underlying IXmlValue interface).

See Also