Exemplo n.º 1
0
 public String getPageSource(final String title) throws IOException {
   final XML xml = query("titles", title, "export", "true", "exportnowrap", "true");
   return xml.cdata("/mediawiki/page/revision/text");
 }