Class IWork13PackageParser
java.lang.Object
org.apache.tika.parser.iwork.iwana.IWork13PackageParser
- All Implemented Interfaces:
Serializable,org.apache.tika.parser.Parser
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.apache.tika.mime.MediaType>getSupportedTypes(org.apache.tika.parser.ParseContext context) voidparse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
-
Field Details
-
IWORK13_COMMON_ENTRY
All iWork 13 files contain this, so we can detect based on it- See Also:
-
IWORK13_MAIN_ENTRY
- See Also:
-
IWORKS_PREFIX
- See Also:
-
IWORKS_DOC_ID
public static final org.apache.tika.metadata.Property IWORKS_DOC_ID -
IWORKS_BUILD_VERSION_HISTORY
public static final org.apache.tika.metadata.Property IWORKS_BUILD_VERSION_HISTORY
-
-
Constructor Details
-
IWork13PackageParser
public IWork13PackageParser()
-
-
Method Details
-
getSupportedTypes
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context) - Specified by:
getSupportedTypesin interfaceorg.apache.tika.parser.Parser
-
parse
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, SAXException, org.apache.tika.exception.TikaException - Specified by:
parsein interfaceorg.apache.tika.parser.Parser- Throws:
IOExceptionSAXExceptionorg.apache.tika.exception.TikaException
-