Package org.apache.tika.parser.isatab
Class ISATabUtils
java.lang.Object
org.apache.tika.parser.isatab.ISATabUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
ISATabUtils
public ISATabUtils()
-
-
Method Details
-
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
-