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

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.7.1.23 (3.7.1.23)

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