isElement( item )

Returns true is the specified item is an XML element object and false otherwise.

:-) <xml/>.isElement;
There is 1 result
<true>
:-) "not an element".isElement;
There is 1 result
<false>