Uses of Interface
org.archive.extractor.ExtractErrorListener

Packages that use ExtractErrorListener
org.archive.extractor   
 

Uses of ExtractErrorListener in org.archive.extractor
 

Fields in org.archive.extractor declared as ExtractErrorListener
protected  ExtractErrorListener CharSequenceLinkExtractor.extractErrorListener
           
 

Methods in org.archive.extractor with parameters of type ExtractErrorListener
static void CharSequenceLinkExtractor.extract(java.lang.CharSequence content, UURI source, UURI base, java.util.List<Link> collector, ExtractErrorListener extractErrorListener)
          Convenience method to do default extraction.
 void CharSequenceLinkExtractor.setup(UURI sourceandbase, java.lang.CharSequence content, ExtractErrorListener listener)
          Convenience method for when source and base are same.
 void LinkExtractor.setup(UURI sourceandbase, java.io.InputStream content, java.nio.charset.Charset charset, ExtractErrorListener listener)
          Convenience version of above for common case where source and base are same.
 void CharSequenceLinkExtractor.setup(UURI sourceandbase, java.io.InputStream content, java.nio.charset.Charset charset, ExtractErrorListener listener)
           
 void CharSequenceLinkExtractor.setup(UURI source, UURI base, java.lang.CharSequence content, ExtractErrorListener listener)
           
 void LinkExtractor.setup(UURI source, UURI base, java.io.InputStream content, java.nio.charset.Charset charset, ExtractErrorListener listener)
          Setup the LinkExtractor to operate on the given stream and charset, considering the given contextURI as the initial 'base' URI for resolving relative URIs.
 void CharSequenceLinkExtractor.setup(UURI source, UURI base, java.io.InputStream content, java.nio.charset.Charset charset, ExtractErrorListener listener)
           
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.