builder.addValidDocument("xml/simple.xml");
builder.addValidDocument("xml/meta-in-body.xml");
builder.addValidDocument("xml/meta-in-head.xml");
builder.addValidDocument("xml/di-select-in-body.xml");
builder.addInvalidDocument("xml/no-title.xml",
new ContentNotCompleteOneChild("head",
"http://www.w3.org/2002/06/xhtml2", "title"));
return builder;
}