Package net.sourceforge.jwbf.mediawiki.contentRep

Examples of net.sourceforge.jwbf.mediawiki.contentRep.CategoryItem


  /**
   * {@inheritDoc}
   */
  @Override
  protected void addCatItem(String title, int pageid, int ns) {
    CategoryItem ci = new CategoryItem();
    ci.setTitle(title);
    ci.setPageid(pageid);
    ci.setNamespace(ns);
    titleCollection.add(ci);

  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jwbf.mediawiki.contentRep.CategoryItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.