Package org.wikipediacleaner.api.data

Examples of org.wikipediacleaner.api.data.PageElementAreas


    removeCompleteTags(chunks, analysis, PageElementTag.TAG_WIKI_TIMELINE);
    removeGalleryTags(chunks, analysis);

    // Remove areas
    if (!nativeRegexp) {
      PageElementAreas areas = analysis.getAreas();
      for (PageElementAreas.Area area : areas.getAreas()) {
        removeArea(chunks, area.getBeginIndex(), area.getEndIndex());
      }
    }

    // Remove empty chunks
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.api.data.PageElementAreas

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.