MCPcopy 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.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected