Class IWork18PackageParser
- java.lang.Object
-
- org.apache.tika.parser.iwork.iwana.IWork18PackageParser
-
- All Implemented Interfaces:
Serializable,org.apache.tika.parser.Parser
public class IWork18PackageParser extends Object implements org.apache.tika.parser.Parser
For now, this parser isn't even registered. It contains code that will detect the newer 2018 .keynote, .numbers, .pages files.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIWork18PackageParser.IWork18DocumentType
-
Constructor Summary
Constructors Constructor Description IWork18PackageParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<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)
-
-
-
Method Detail
-
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
-
-