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:
java.io.Serializable
,Parser
public class FictionBookParser extends XMLParser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FictionBookParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<MediaType>
getSupportedTypes(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
-
-
-
-
Method Detail
-
getSupportedTypes
public java.util.Set<MediaType> getSupportedTypes(ParseContext context)
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
-
-