Click or drag to resize
XmlConfiguratonOperatorHasAttributesOrElements Method
Test if an element has no attributes or child elements

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static bool HasAttributesOrElements(
	XmlElement element
)

Parameters

element
Type: System.XmlXmlElement
the element to inspect

Return Value

Type: Boolean
true if the element has any attributes or child elements, false otherwise
See Also