org.apache.tika.parser.epub
Class EpubParser
java.lang.Object
org.apache.tika.parser.epub.EpubParser
- All Implemented Interfaces:
- Parser
public class EpubParser
- extends java.lang.Object
- implements Parser
Epub parser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EpubParser
public EpubParser()
getMetaParser
public Parser getMetaParser()
setMetaParser
public void setMetaParser(Parser meta)
getContentParser
public Parser getContentParser()
setContentParser
public void setContentParser(Parser content)
parse
public void parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
throws java.io.IOException,
org.xml.sax.SAXException,
TikaException
- Specified by:
parse in interface Parser
- Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException
parse
public void parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
throws java.io.IOException,
org.xml.sax.SAXException,
TikaException
- Deprecated. This method will be removed in Apache Tika 1.0.
- Specified by:
parse in interface Parser
- Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.