Class ParserFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      ParserFactory​(java.util.Map<java.lang.String,​java.lang.String> args)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Parser build()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParserFactory

        public ParserFactory​(java.util.Map<java.lang.String,​java.lang.String> args)
    • Method Detail

      • build

        public abstract Parser build()
                              throws java.io.IOException,
                                     org.xml.sax.SAXException,
                                     TikaException
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
        TikaException