Package saveReddit.parser

Examples of saveReddit.parser.htmlParser


  Integer totalImages;
 
  public Sorter(MainWindow pMW, fileIO pFileIO, jsonParser pJsonParser, LinkedList<JSONObject> pContent) {
    mw = pMW;
    fileIO = pFileIO;
    htmlParser = new htmlParser(mw);
    jsonParser = pJsonParser;
   
    content = pContent;
    contentSelf = new LinkedList<JSONObject>();
    contentImages = new LinkedList<JSONObject>();
View Full Code Here

TOP

Related Classes of saveReddit.parser.htmlParser

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.