org.apache.tika.parser.xml
Class FictionBookParser

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

public class FictionBookParser
extends XMLParser

See Also:
Serialized Form

Constructor Summary
FictionBookParser()
           
 
Method Summary
protected  ContentHandler getContentHandler(ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
           
 Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
           
 
Methods inherited from class org.apache.tika.parser.xml.XMLParser
parse
 
Methods inherited from class org.apache.tika.parser.AbstractParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FictionBookParser

public FictionBookParser()
Method Detail

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


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.