Class FictionBookParser

java.lang.Object
org.apache.tika.parser.xml.XMLParser
org.apache.tika.parser.xml.FictionBookParser
All Implemented Interfaces:
Serializable, org.apache.tika.parser.Parser

public class FictionBookParser extends XMLParser
See Also:
  • Constructor Details

    • FictionBookParser

      public FictionBookParser()
  • Method Details

    • getSupportedTypes

      public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
      Specified by:
      getSupportedTypes in interface org.apache.tika.parser.Parser
      Overrides:
      getSupportedTypes in class XMLParser
    • getContentHandler

      protected ContentHandler getContentHandler(ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
      Overrides:
      getContentHandler in class XMLParser