Package org.docx4j

Class TextUtils.TextExtractor

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.docx4j.TextUtils.TextExtractor
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
TextUtils

public static class TextUtils.TextExtractor extends DefaultHandler
A SAX ContentHandler that writes all #PCDATA onto a java.io.Writer From http://www.cafeconleche.org/books/xmljava/chapters/ch06s03.html