Package org.apache.tika.parser.isatab
Class ISATabUtils
java.lang.Object
org.apache.tika.parser.isatab.ISATabUtils
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseAssay(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context) Deprecated.static voidparseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context) Deprecated.static voidparseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context, String studyFileName) Deprecated.static voidparseStudy(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context) Deprecated.
-
Constructor Details
-
ISATabUtils
public ISATabUtils()Deprecated.
-
-
Method Details
-
parseInvestigation
public static void parseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context, String studyFileName) throws IOException, TikaException, SAXException Deprecated.- Throws:
IOExceptionTikaExceptionSAXException
-
parseInvestigation
public static void parseInvestigation(InputStream stream, XHTMLContentHandler handler, Metadata metadata, ParseContext context) throws IOException, TikaException, SAXException Deprecated.- Throws:
IOExceptionTikaExceptionSAXException
-
parseStudy
public static void parseStudy(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context) throws IOException, TikaException, SAXException Deprecated.- Throws:
IOExceptionTikaExceptionSAXException
-
parseAssay
public static void parseAssay(InputStream stream, XHTMLContentHandler xhtml, Metadata metadata, ParseContext context) throws IOException, TikaException, SAXException Deprecated.- Throws:
IOExceptionTikaExceptionSAXException
-