Class ExtractorBase

    • Constructor Summary

      Constructors 
      Constructor Description
      ExtractorBase()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getText​(TextDocument doc)
      Extracts text from the given TextDocument object.
      java.lang.String getText​(java.io.Reader r)
      Extracts text from the HTML code available from the given Reader.
      java.lang.String getText​(java.lang.String html)
      Extracts text from the HTML code given as a String.
      java.lang.String getText​(java.net.URL url)
      Extracts text from the HTML code available from the given URL.
      java.lang.String getText​(org.xml.sax.InputSource is)
      Extracts text from the HTML code available from the given InputSource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait