Package 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
,Parser
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSupportedTypes
(ParseContext context) Returns the set of media types supported by this parser when used with the given parse context.Methods inherited from class org.apache.tika.parser.AbstractParser
parse
-
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
-