W3cubDocs

/jQuery

jQuery.isXMLDoc()

jQuery.isXMLDoc( node )Returns: Boolean

Description: Check to see if a DOM node is within an XML document (or is an XML document).

Example:

Check an object to see if it's in an XML document.

jQuery.isXMLDoc( document ) // false
jQuery.isXMLDoc( document.body ) // false

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/jQuery.isXMLDoc