org.apache.tika.parser.iwork
Class IWorkParser

java.lang.Object
  extended by org.apache.tika.parser.iwork.IWorkParser
All Implemented Interfaces:
java.io.Serializable, Parser

public class IWorkParser
extends java.lang.Object
implements Parser

A parser for the IWork formats. Currently supported formats:

  1. Keynote format version 2.x. Currently only tested with Keynote version 5.x
  2. Pages format version 1.x. Currently only tested with Pages version 4.0.x
  3. Numbers format version 1.x. Currently only tested with Numbers version 2.0.x

See Also:
Serialized Form

Constructor Summary
IWorkParser()
           
 
Method Summary
 java.util.Set<MediaType> getSupportedTypes(ParseContext context)
           
 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
 

Constructor Detail

IWorkParser

public IWorkParser()
Method Detail

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


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.