Beispiel #1
0
 public String html() {
   StringBuilder accum = new StringBuilder();
   html(accum, new Document(UnsupportedUrlFragment.DISPLAY_NAME).outputSettings());
   return accum.toString();
 }