public void Init()
 {
     improver = new DocumentStructureImprover();
     html     = new Element("html");
     document = new Document(html);
 }
 public void Init()
 {
     improver = new DocumentStructureImprover();
     html = new Element("html");
     document = new Document(html);
 }