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