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

Check whether or not this element or any of its children elements have any content such as values or attributes.

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

Syntax

C#
public static bool IsEmpty(
	IXmlElement xml
)

Return Value

true iff the element itself and all of its children have neither values nor attributes.

See Also