protected CQ CreateDom() { CQ source = testHtml; var index = new T(); var doc = new DomDocument(index); var dom = new CQ(doc); doc.AppendChild(source["html"][0]); return(dom); }