* @deprecated use {@link AllPageTitles} directly
*/
public Iterable<String> getAllPageTitles(String from, String prefix,
boolean redirects, boolean nonredirects, int... namespaces)
throws ActionException, VersionException {
AllPageTitles a = new AllPageTitles(this, from, prefix, RedirectFilter.nonredirects, namespaces );
return a;
}