| Package | Description |
|---|---|
| org.apache.tika.language |
Language detection.
|
| org.apache.tika.sax |
SAX utilities.
|
| org.apache.tika.sax.xpath |
XPath utilities
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| ContentHandlerDecorator
Decorator base class for the
ContentHandler interface. |
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.