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

An interface for XML element access.

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

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