Lines Matching defs:isXML
3193 Sizzle.find=function(expr,context,isXML){var set,match; argument
3232 }},relative:{"+":function(checkSet,part,isXML){var isPartStr=typeof part==="string",isTag=isPartStr… argument
3238 }},">":function(checkSet,part,isXML){var isPartStr=typeof part==="string"; argument
3254 },"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck; argument
3258 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3260 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3266 }},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\… argument
3282 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
3401 if(!!document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getE… argument
3441 Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined… argument
3445 }function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"… argument
3461 }}}function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&… argument
5565 }}},isXML:function(contentType){if(!contentType){return false method