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: 12.1.2.0 (12.1.2.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