Package org.apache.tika.sax
Class XMPContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.tika.sax.ContentHandlerDecorator
org.apache.tika.sax.SafeContentHandler
org.apache.tika.sax.XMPContentHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Content handler decorator that simplifies the task of producing XMP output.
- Since:
- Apache Tika 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.Ends the XMP document by writing the following footer and clearing the namespace mappings:voidDeprecated.voidDeprecated.voidstartDescription(String about, String prefix, String uri) Deprecated.voidDeprecated.Starts an XMP document by setting up the namespace mappings and writing out the following header:Methods inherited from class org.apache.tika.sax.SafeContentHandler
characters, endElement, ignorableWhitespace, startElementMethods inherited from class org.apache.tika.sax.ContentHandlerDecorator
endPrefixMapping, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, toStringMethods inherited from class org.xml.sax.helpers.DefaultHandler
error, fatalError, notationDecl, resolveEntity, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
RDF
Deprecated.The RDF namespace URI- See Also:
-
XMP
Deprecated.The XMP namespace URI- See Also:
-
-
Constructor Details
-
XMPContentHandler
Deprecated.
-
-
Method Details
-
startDocument
Deprecated.Starts an XMP document by setting up the namespace mappings and writing out the following header:<rdf:RDF>
- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classContentHandlerDecorator- Throws:
SAXException
-
endDocument
Deprecated.Ends the XMP document by writing the following footer and clearing the namespace mappings:</rdf:RDF>
- Specified by:
endDocumentin interfaceContentHandler- Overrides:
endDocumentin classSafeContentHandler- Throws:
SAXException
-
startDescription
Deprecated.- Throws:
SAXException
-
endDescription
Deprecated.- Throws:
SAXException
-
property
Deprecated.- Throws:
SAXException
-
metadata
Deprecated.- Throws:
SAXException
-