Package org.wikipediacleaner.utils

Examples of org.wikipediacleaner.utils.TextProvider


                  analysis,
                  tag.getCompleteBeginIndex(), tag.getCompleteEndIndex());

              // Add an action for naming the reference tag
              // TODO: manage a better action for naming the reference tag and replacing all other tags
              TextProvider provider = null;
              if (links.size() > 0) {
                provider = new TextProviderUrlTitle(links.get(0).getLink());
              }
              String prefix = contents.substring(tag.getBeginIndex(), tag.getEndIndex() - 1);
              String suffix = contents.substring(tag.getEndIndex() - 1, tag.getCompleteEndIndex());
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.utils.TextProvider

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.