Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jquery/jquery
/ createXMLDoc
Function
createXMLDoc
test/unit/manipulation.js:583–585 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
581
var
xmlDoc, xml1, xml2;
582
583
function
createXMLDoc() {
584
return
document.implementation.createDocument(
""
,
""
, null );
585
}
586
587
xmlDoc = createXMLDoc();
588
xml1 = xmlDoc.createElement(
"head"
);
Callers
1
manipulation.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected