org.apache.tika.parser.chm
Class CHM2XHTML

java.lang.Object
  extended by org.apache.tika.parser.chm.CHM2XHTML

public class CHM2XHTML
extends Object

Utility class


Field Summary
protected  TextContentHandler handler
           
 
Constructor Summary
CHM2XHTML(CHMDocumentInformation chmDoc, ContentHandler handler)
           
 
Method Summary
protected  String getText(CHMDocumentInformation chmDoc)
           
static void process(CHMDocumentInformation chmDoc, ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

protected TextContentHandler handler
Constructor Detail

CHM2XHTML

public CHM2XHTML(CHMDocumentInformation chmDoc,
                 ContentHandler handler)
Method Detail

process

public static void process(CHMDocumentInformation chmDoc,
                           ContentHandler handler)
                    throws TikaException
Throws:
TikaException

getText

protected String getText(CHMDocumentInformation chmDoc)
                  throws TikaException
Throws:
TikaException


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