org.apache.tika.parser.xml
Class FictionBookParser
java.lang.Object
org.apache.tika.parser.AbstractParser
org.apache.tika.parser.xml.XMLParser
org.apache.tika.parser.xml.FictionBookParser
- All Implemented Interfaces:
- Serializable, org.apache.tika.parser.Parser
public class FictionBookParser
- extends XMLParser
- See Also:
- Serialized Form
| Methods inherited from class org.apache.tika.parser.xml.XMLParser |
parse |
| Methods inherited from class org.apache.tika.parser.AbstractParser |
parse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FictionBookParser
public FictionBookParser()
getSupportedTypes
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
- Specified by:
getSupportedTypes in interface org.apache.tika.parser.Parser- Overrides:
getSupportedTypes in class XMLParser
getContentHandler
protected ContentHandler getContentHandler(ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context)
- Overrides:
getContentHandler in class XMLParser
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.