|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tika.parser.EmptyParser
public class EmptyParser
Dummy parser that always produces an empty XHTML document without even attempting to parse the given document stream. Useful as a sentinel parser for unknown document types.
| Constructor Summary | |
|---|---|
EmptyParser()
|
|
| Method Summary | |
|---|---|
void |
parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Parses a document stream into a sequence of XHTML SAX events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyParser()
| Method Detail |
|---|
public void parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
throws org.xml.sax.SAXException
ParserThe given document stream is consumed but not closed by this method. The responsibility to close the stream remains on the caller.
parse in interface Parserstream - the document stream (input)handler - handler for the XHTML SAX events (output)metadata - document metadata (input and output)
org.xml.sax.SAXException - if the SAX events could not be processed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||