Class PrescriptionParser
java.lang.Object
org.apache.tika.parser.xml.XMLParser
org.apache.tika.example.PrescriptionParser
- All Implemented Interfaces:
Serializable, Parser
public class PrescriptionParser
extends org.apache.tika.parser.xml.XMLParser
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ContentHandlergetContentHandler(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.xml.XMLParser
parse
-
Constructor Details
-
PrescriptionParser
public PrescriptionParser()
-
-
Method Details
-
getContentHandler
protected ContentHandler getContentHandler(ContentHandler handler, Metadata metadata, ParseContext context) - Overrides:
getContentHandlerin classorg.apache.tika.parser.xml.XMLParser
-
getSupportedTypes
Description copied from interface:ParserReturns the set of media types supported by this parser when used with the given parse context.- Specified by:
getSupportedTypesin interfaceParser- Overrides:
getSupportedTypesin classorg.apache.tika.parser.xml.XMLParser- Parameters:
context- parse context- Returns:
- immutable set of media types
-