Package org.apache.tika.parser.isatab
Class ISATabUtils
- java.lang.Object
-
- org.apache.tika.parser.isatab.ISATabUtils
-
public class ISATabUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ISATabUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
parseAssay(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context)
static void
parseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context)
static void
parseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context, String studyFileName)
static void
parseStudy(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context)
-
-
-
Method Detail
-
parseInvestigation
public static void parseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context, String studyFileName) throws IOException, TikaException, SAXException
- Throws:
IOException
TikaException
SAXException
-
parseInvestigation
public static void parseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context) throws IOException, TikaException, SAXException
- Throws:
IOException
TikaException
SAXException
-
parseStudy
public static void parseStudy(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context) throws IOException, TikaException, SAXException
- Throws:
IOException
TikaException
SAXException
-
parseAssay
public static void parseAssay(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context) throws IOException, TikaException, SAXException
- Throws:
IOException
TikaException
SAXException
-
-