Class Word2006MLParser

java.lang.Object
org.apache.tika.parser.microsoft.AbstractOfficeParser
org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006.Word2006MLParser
All Implemented Interfaces:
Serializable, org.apache.tika.parser.Parser

public class Word2006MLParser extends AbstractOfficeParser
See Also:
  • Field Details

    • SUPPORTED_TYPES

      protected static final Set<org.apache.tika.mime.MediaType> SUPPORTED_TYPES
  • Constructor Details

    • Word2006MLParser

      public Word2006MLParser()
  • Method Details

    • 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:
      IOException
      SAXException
      org.apache.tika.exception.TikaException