Package org.wikipediacleaner.api.data

Examples of org.wikipediacleaner.api.data.PageElementFullTag


    // Retrieve references defined by tags
    List<PageElementTag> refTags = analysis.getCompleteTags(PageElementTag.TAG_WIKI_REF);
    if (refTags != null) {
      for (PageElementTag refTag : refTags) {
        refs.add(new PageElementFullTag(refTag));
      }
    }

    // Retrieve references defined by templates
    String templatesProp = getSpecificProperty("templates", true, true, false);
View Full Code Here

TOP

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

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.