Uses of Package
org.apache.tika.sax
-
Packages that use org.apache.tika.sax Package Description org.apache.tika.language.detect org.apache.tika.parser Tika parsers.org.apache.tika.parser.multiple org.apache.tika.pipes 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.detect Class Description ContentHandlerDecorator Decorator base class for theContentHandlerinterface.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 Class Description ContentHandlerDecoratorFactory -
Classes in org.apache.tika.sax used by org.apache.tika.parser.multiple Class Description ContentHandlerFactory Interface to allow easier injection of code for getting a new ContentHandler -
Classes in org.apache.tika.sax used by org.apache.tika.pipes Class Description BasicContentHandlerFactory.HANDLER_TYPE Common handler types for content. -
Classes in org.apache.tika.sax used by org.apache.tika.sax Class Description AbstractRecursiveParserWrapperHandler This is a special handler to be used only with theRecursiveParserWrapper.BasicContentHandlerFactory.HANDLER_TYPE Common handler types for content.ContentHandlerDecorator Decorator base class for theContentHandlerinterface.ContentHandlerFactory Interface to allow easier injection of code for getting a new ContentHandlerElementMappingContentHandler.TargetElement Link SafeContentHandler 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.SafeContentHandler.Output Internal interface that allows both character and ignorable whitespace content to be filtered the same way.StandardReference Class that represents a standard reference.StandardReference.StandardReferenceBuilder StoppingEarlyException Sentinel exception to stop parsing xml once target is found while SAX parsing.TextContentHandler Content handler decorator that only passes theTextContentHandler.characters(char[], int, int)and (@linkTextContentHandler.ignorableWhitespace(char[], int, int)(plusTextContentHandler.startDocument()andTextContentHandler.endDocument()events to the decorated content handler.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.WriteLimiter 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.sax.xpath Class Description ContentHandlerDecorator Decorator base class for theContentHandlerinterface.