Home | History | Annotate | Download | only in flot

Lines Matching refs:isXML

3675 	isXML,
3894 xml = isXML( context );
4020 isXML = Sizzle.isXML = function( elem ) {
4049 xml = isXML( elem );
5314 if ( !isXML( elem ) && !rbuggyMatches.test( expr ) && !rbuggyQSA.test( expr ) ) {
5349 jQuery.isXMLDoc = Sizzle.isXML;