org.apache.tika.parser.iwork
Class IWorkPackageParser
java.lang.Object
org.apache.tika.parser.iwork.IWorkPackageParser
- All Implemented Interfaces:
- java.io.Serializable, Parser
public class IWorkPackageParser
- extends java.lang.Object
- implements Parser
A parser for the IWork container files. This includes *.key, *.pages and *.numbers files.
This parser delegates the relevant files to IWorkParser that parsers the content.
- See Also:
- Serialized Form
|
Method Summary |
java.util.Set<MediaType> |
getSupportedTypes(ParseContext context)
|
static MediaType |
identifyType(java.util.zip.ZipFile zip)
Locates the appropriate index file entry, and reads from that
the root element of the document. |
void |
parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IWorkPackageParser
public IWorkPackageParser()
getSupportedTypes
public java.util.Set<MediaType> getSupportedTypes(ParseContext context)
- Specified by:
getSupportedTypes in interface Parser
parse
public void parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
throws java.io.IOException,
org.xml.sax.SAXException,
TikaException
- Specified by:
parse in interface Parser
- Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException
parse
public void parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
throws java.io.IOException,
org.xml.sax.SAXException,
TikaException
- Deprecated. This method will be removed in Apache Tika 1.0.
- Specified by:
parse in interface Parser
- Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException
identifyType
public static MediaType identifyType(java.util.zip.ZipFile zip)
throws java.io.IOException
- Locates the appropriate index file entry, and reads from that
the root element of the document. That is used to the identify
the correct type of the keynote container.
- Throws:
java.io.IOException
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.