public Document getDocument() throws IOException {
   try {
     return WebRequest.getDocument(get());
   } catch (SAXException e) {
     throw new RuntimeException(e);
   }
 }