Uses of Package
org.apache.tika.sax

Packages that use org.apache.tika.sax
org.apache.tika.language Language detection. 
org.apache.tika.parser.chm   
org.apache.tika.parser.microsoft   
org.apache.tika.parser.microsoft.ooxml   
org.apache.tika.parser.odf   
org.apache.tika.sax SAX utilities. 
org.apache.tika.sax.xpath XPath utilities 
 

Classes in org.apache.tika.sax used by org.apache.tika.language
ContentHandlerDecorator
          Decorator base class for the ContentHandler interface.
WriteOutContentHandler
          SAX event handler that writes content up to an optional write limit out to a character stream or other decorated handler.
 

Classes in org.apache.tika.sax used by org.apache.tika.parser.chm
TextContentHandler
          Content handler decorator that only passes the TextContentHandler.characters(char[], int, int) and (@link TextContentHandler.ignorableWhitespace(char[], int, int) (plus TextContentHandler.startDocument() and TextContentHandler.endDocument() events to the decorated content handler.
 

Classes in org.apache.tika.sax used by org.apache.tika.parser.microsoft
XHTMLContentHandler
          Content handler decorator that simplifies the task of producing XHTML events for Tika content parsers.
 

Classes in org.apache.tika.sax used by org.apache.tika.parser.microsoft.ooxml
XHTMLContentHandler
          Content handler decorator that simplifies the task of producing XHTML events for Tika content parsers.
 

Classes in org.apache.tika.sax used by org.apache.tika.parser.odf
ContentHandlerDecorator
          Decorator base class for the ContentHandler interface.
 

Classes in org.apache.tika.sax used by org.apache.tika.sax
ContentHandlerDecorator
          Decorator base class for the ContentHandler interface.
ElementMappingContentHandler.TargetElement
           
Link
           
SafeContentHandler
          Content handler decorator that makes sure that the character events (SafeContentHandler.characters(char[], int, int) or SafeContentHandler.ignorableWhitespace(char[], int, int)) passed to the decorated content handler contain only valid XML characters.
SafeContentHandler.Output
          Internal interface that allows both character and ignorable whitespace content to be filtered the same way.
ToTextContentHandler
          SAX event handler that writes all character content out to a character stream.
ToXMLContentHandler
          SAX event handler that serializes the XML document to a character stream.
 

Classes in org.apache.tika.sax used by org.apache.tika.sax.xpath
ContentHandlerDecorator
          Decorator base class for the ContentHandler interface.
 



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