jQuery.isXMLDoc Method (HtmlElement)
Check to see if a DOM node is within an XML document (or is an XML document).
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static bool isXMLDoc(HtmlElement node)
Parameters
node
Return Value
Type: System.Boolean
|