Package org.apache.tika.example
Class PrescriptionParser
java.lang.Object
org.apache.tika.parser.AbstractParser
org.apache.tika.parser.xml.XMLParser
org.apache.tika.example.PrescriptionParser
- 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.Methods inherited from class org.apache.tika.parser.AbstractParser
parse
-
Constructor Details
-
PrescriptionParser
public PrescriptionParser()
-
-
Method Details
-
getContentHandler
protected ContentHandler getContentHandler(ContentHandler handler, Metadata metadata, ParseContext context) - Overrides:
getContentHandler
in classXMLParser
-
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
-