org.ow2.weblab.service.normaliser.tika.handlers
Class MediaUnitContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.tika.sax.ContentHandlerDecorator
org.ow2.weblab.service.normaliser.tika.handlers.WebLabHandlerDecorator
org.ow2.weblab.service.normaliser.tika.handlers.MediaUnitContentHandler
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
Deprecated.
@Deprecated
public class MediaUnitContentHandler
- extends WebLabHandlerDecorator
|
Method Summary |
void |
characters(char[] ch,
int start,
int length)
Deprecated. |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name)
Deprecated. |
void |
setDocument(org.ow2.weblab.core.model.Document document)
Deprecated. Sets the document that should be enriched when processing the content with the handler. |
void |
setTikaConfiguration(TikaConfiguration tikaConfiguration)
Deprecated. Sends the service configuration to this decorator. |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
Deprecated. |
| Methods inherited from class org.apache.tika.sax.ContentHandlerDecorator |
endDocument, endPrefixMapping, handleException, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, toString |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
error, fatalError, notationDecl, resolveEntity, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MediaUnitContentHandler
public MediaUnitContentHandler()
- Deprecated.
startElement
public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
- Deprecated.
- Specified by:
startElement in interface org.xml.sax.ContentHandler- Overrides:
startElement in class org.apache.tika.sax.ContentHandlerDecorator
- Throws:
org.xml.sax.SAXException
endElement
public void endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name)
throws org.xml.sax.SAXException
- Deprecated.
- Specified by:
endElement in interface org.xml.sax.ContentHandler- Overrides:
endElement in class org.apache.tika.sax.ContentHandlerDecorator
- Throws:
org.xml.sax.SAXException
characters
public void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- Deprecated.
- Specified by:
characters in interface org.xml.sax.ContentHandler- Overrides:
characters in class org.apache.tika.sax.ContentHandlerDecorator
- Throws:
org.xml.sax.SAXException
setDocument
public void setDocument(org.ow2.weblab.core.model.Document document)
- Deprecated.
- Description copied from class:
WebLabHandlerDecorator
- Sets the document that should be enriched when processing the content with the handler.
- Specified by:
setDocument in class WebLabHandlerDecorator
- Parameters:
document - The WebLab document to be enriched
setTikaConfiguration
public void setTikaConfiguration(TikaConfiguration tikaConfiguration)
- Deprecated.
- Description copied from class:
WebLabHandlerDecorator
- Sends the service configuration to this decorator. It will be called even if the configuration is not used inside.
- Specified by:
setTikaConfiguration in class WebLabHandlerDecorator
- Parameters:
tikaConfiguration - The service configuration
Copyright © 2004-2012. All Rights Reserved.