Package org.apache.tika.sax
Class RichTextContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.tika.sax.ContentHandlerDecorator
org.apache.tika.sax.WriteOutContentHandler
org.apache.tika.sax.RichTextContentHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Content handler for Rich Text, it will extract XHTML <img/>
tag <alt/> attribute and XHTML <a/> tag <name/>
attribute into the output.
-
Constructor Summary
ConstructorDescriptionRichTextContentHandler
(Writer writer) Creates a content handler that writes XHTML body character events to the given writer. -
Method Summary
Modifier and TypeMethodDescriptionvoid
startElement
(String uri, String localName, String qName, Attributes attributes) Methods inherited from class org.apache.tika.sax.WriteOutContentHandler
characters, ignorableWhitespace
Methods inherited from class org.apache.tika.sax.ContentHandlerDecorator
endDocument, endElement, endPrefixMapping, error, fatalError, handleException, processingInstruction, setContentHandler, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, toString, warning
Methods inherited from class org.xml.sax.helpers.DefaultHandler
notationDecl, resolveEntity, unparsedEntityDecl
-
Constructor Details
-
RichTextContentHandler
Creates a content handler that writes XHTML body character events to the given writer.- Parameters:
writer
- writer
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classContentHandlerDecorator
- Throws:
SAXException
-