Package org.apache.tika.parser.xml
Class FictionBookParser
java.lang.Object
org.apache.tika.parser.xml.XMLParser
org.apache.tika.parser.xml.FictionBookParser
- All Implemented Interfaces:
Serializable
,Parser
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ContentHandler
getContentHandler
(ContentHandler handler, Metadata metadata, ParseContext context) getSupportedTypes
(ParseContext context) Returns the set of media types supported by this parser when used with the given parse context.
-
Constructor Details
-
FictionBookParser
public FictionBookParser()
-
-
Method Details
-
getSupportedTypes
Description copied from interface:Parser
Returns the set of media types supported by this parser when used with the given parse context.- Specified by:
getSupportedTypes
in interfaceParser
- Overrides:
getSupportedTypes
in classXMLParser
- Parameters:
context
- parse context- Returns:
- immutable set of media types
-
getContentHandler
protected ContentHandler getContentHandler(ContentHandler handler, Metadata metadata, ParseContext context) - Overrides:
getContentHandler
in classXMLParser
-