Class ISATabUtils

java.lang.Object
org.apache.tika.parser.isatab.ISATabUtils

public class ISATabUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    parseAssay(InputStream stream, org.apache.tika.sax.XHTMLContentHandler xhtml, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
     
    static void
    parseInvestigation(InputStream stream, org.apache.tika.sax.XHTMLContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
     
    static void
    parseInvestigation(InputStream stream, org.apache.tika.sax.XHTMLContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context, String studyFileName)
     
    static void
    parseStudy(InputStream stream, org.apache.tika.sax.XHTMLContentHandler xhtml, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ISATabUtils

      public ISATabUtils()
  • Method Details

    • parseInvestigation

      public static void parseInvestigation(InputStream stream, org.apache.tika.sax.XHTMLContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context, String studyFileName) throws IOException, org.apache.tika.exception.TikaException, SAXException
      Throws:
      IOException
      org.apache.tika.exception.TikaException
      SAXException
    • parseInvestigation

      public static void parseInvestigation(InputStream stream, org.apache.tika.sax.XHTMLContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, org.apache.tika.exception.TikaException, SAXException
      Throws:
      IOException
      org.apache.tika.exception.TikaException
      SAXException
    • parseStudy

      public static void parseStudy(InputStream stream, org.apache.tika.sax.XHTMLContentHandler xhtml, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, org.apache.tika.exception.TikaException, SAXException
      Throws:
      IOException
      org.apache.tika.exception.TikaException
      SAXException
    • parseAssay

      public static void parseAssay(InputStream stream, org.apache.tika.sax.XHTMLContentHandler xhtml, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, org.apache.tika.exception.TikaException, SAXException
      Throws:
      IOException
      org.apache.tika.exception.TikaException
      SAXException