Interface TextMapFilter

All Known Implementing Classes:
SwebleWikipediaTextFilter

public interface TextMapFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    filter(String text)
    Filter the given text, keeping a mapping from plain text to original markup positions.
  • Method Details

    • filter

      PlainTextMapping filter(String text)
      Filter the given text, keeping a mapping from plain text to original markup positions. Note that the result's mapping may be null if mapping has been disabled for performance reasons.