Modifier and Type | Method and Description |
---|---|
void |
ExecutableParser.parseELF(XHTMLContentHandler xhtml,
Metadata metadata,
InputStream stream,
byte[] first4)
Parses a Unix ELF file
|
void |
ExecutableParser.parsePE(XHTMLContentHandler xhtml,
Metadata metadata,
InputStream stream,
byte[] first4)
Parses a DOS or Windows PE file
|
Modifier and Type | Method and Description |
---|---|
static void |
ISATabUtils.parseAssay(InputStream stream,
XHTMLContentHandler xhtml,
Metadata metadata,
ParseContext context) |
static void |
ISATabUtils.parseInvestigation(InputStream stream,
XHTMLContentHandler handler,
Metadata metadata,
ParseContext context) |
static void |
ISATabUtils.parseInvestigation(InputStream stream,
XHTMLContentHandler handler,
Metadata metadata,
ParseContext context,
String studyFileName) |
static void |
ISATabUtils.parseStudy(InputStream stream,
XHTMLContentHandler xhtml,
Metadata metadata,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
OfficeParser.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
ParseContext context,
Metadata metadata,
XHTMLContentHandler xhtml) |
protected void |
WordExtractor.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml) |
protected void |
HSLFExtractor.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml) |
protected void |
ExcelExtractor.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml,
Locale locale) |
protected void |
WordExtractor.parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml) |
protected void |
HSLFExtractor.parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml) |
protected void |
ExcelExtractor.parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml,
Locale locale)
Extracts text from an Excel Workbook writing the extracted content
to the specified
Appendable . |
protected static void |
OldExcelParser.parse(org.apache.poi.hssf.extractor.OldExcelExtractor extractor,
XHTMLContentHandler xhtml) |
void |
OutlookExtractor.parse(XHTMLContentHandler xhtml,
Metadata metadata) |
protected void |
WordExtractor.parseWord6(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml) |
protected void |
WordExtractor.parseWord6(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml) |
void |
TextCell.render(XHTMLContentHandler handler) |
void |
NumberCell.render(XHTMLContentHandler handler) |
void |
LinkedCell.render(XHTMLContentHandler handler) |
void |
CellDecorator.render(XHTMLContentHandler handler) |
void |
Cell.render(XHTMLContentHandler handler)
Renders the content to the given XHTML SAX event stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XWPFWordExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml) |
protected void |
XSSFExcelExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml) |
protected void |
XSLFPowerPointExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml) |
protected void |
POIXMLTextExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml) |
protected abstract void |
AbstractOOXMLExtractor.buildXHTML(XHTMLContentHandler xhtml)
Populates the
XHTMLContentHandler object received as parameter. |
Constructor and Description |
---|
XSSFExcelExtractorDecorator.SheetTextAsHTML(XHTMLContentHandler xhtml) |
Modifier and Type | Method and Description |
---|---|
protected static Metadata |
PackageParser.handleEntryMetadata(String name,
Date createAt,
Date modifiedAt,
Long size,
XHTMLContentHandler xhtml) |
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.