/**
*
* @see CategoryMembersFull
*/
public Iterable<CategoryItem> getFullCategoryMembers(String category, int... namespaces) throws ActionException, ProcessException {
CategoryMembersFull c = new CategoryMembersFull(this, category, namespaces );
return c;
}