Uses of Class
org.apache.tika.sax.ContentHandlerDecorator
Package
Description
SAX utilities.
XPath utilities
-
Uses of ContentHandlerDecorator in org.apache.tika.language.detect
Modifier and TypeClassDescriptionclass
SAX content handler that updates a language detector based on all the received character content. -
Uses of ContentHandlerDecorator in org.apache.tika.parser.ctakes
Modifier and TypeClassDescriptionclass
Class used to extract biomedical information while parsing. -
Uses of ContentHandlerDecorator in org.apache.tika.parser.odf
Modifier and TypeClassDescriptionclass
Content handler decorator that: Maps old OpenOffice 1.0 Namespaces to the OpenDocument ones Returns a fake DTD when parser requests OpenOffice DTD -
Uses of ContentHandlerDecorator in org.apache.tika.sax
Modifier and TypeClassDescriptionclass
Content handler decorator that only passes everything inside the XHTML <body/> tag to the underlying handler.class
Content handler decorator that maps elementQName
s using aMap
.class
Content handler decorator that prevents theEmbeddedContentHandler.startDocument()
andEmbeddedContentHandler.endDocument()
events from reaching the decorated handler.class
A wrapper around aContentHandler
which will ignore normal SAX calls toEndDocumentShieldingContentHandler.endDocument()
, and only fire them later.class
Content handler decorator which wraps aTransformerHandler
in order to allow theTITLE
tag to render as<title></title>
rather than<title/>
which is accomplished by calling theContentHandler.characters(char[], int, int)
method with alength
of 1 but a zero length char array.class
Content handler decorator that always returns an empty stream from theOfflineContentHandler.resolveEntity(String, String)
method to prevent potential network or other external resources from being accessed by an XML parser.class
Class used to extract phone numbers while parsing.class
Content handler for Rich Text, it will extract XHTML <img/> tag <alt/> attribute and XHTML <a/> tag <name/> attribute into the output.class
Content handler decorator that makes sure that the character events (SafeContentHandler.characters(char[], int, int)
orSafeContentHandler.ignorableWhitespace(char[], int, int)
) passed to the decorated content handler contain only valid XML characters.class
Content handler decorator that attempts to prevent denial of service attacks against Tika parsers.class
StandardsExtractingContentHandler is a Content Handler used to extract standard references while parsing.class
A content handler decorator that tags potential exceptions so that the handler that caused the exception can easily be identified.class
SAX event handler that writes content up to an optional write limit out to a character stream or other decorated handler.class
Content handler decorator that simplifies the task of producing XHTML events for Tika content parsers.class
Content handler decorator that simplifies the task of producing XMP output. -
Uses of ContentHandlerDecorator in org.apache.tika.sax.xpath
Modifier and TypeClassDescriptionclass
Content handler decorator that only passes the elements, attributes, and text nodes that match the given XPath expression.