Package org.apache.tika.parser.hwp
Class HwpV5Parser
- java.lang.Object
-
- org.apache.tika.parser.AbstractParser
-
- org.apache.tika.parser.hwp.HwpV5Parser
-
- All Implemented Interfaces:
Serializable,org.apache.tika.parser.Parser
public class HwpV5Parser extends org.apache.tika.parser.AbstractParser- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringHWP_MIME_TYPE
-
Constructor Summary
Constructors Constructor Description HwpV5Parser()
-
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)
-
-
-
Field Detail
-
HWP_MIME_TYPE
public static final String HWP_MIME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSupportedTypes
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
-
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
- Throws:
IOExceptionSAXExceptionorg.apache.tika.exception.TikaException
-
-