private Document buildTestDocument() {
   return XMLTools.parse(new StringReader(this.buildTestDocumentString()));
 }