Package | Description |
---|---|
bixo.parser |
Modifier and Type | Method and Description |
---|---|
ParsedDatum |
SimpleParser.parse(FetchedDatum fetchedDatum) |
abstract ParsedDatum |
BaseParser.parse(FetchedDatum fetchedDatum) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
DOMParser.handleException(ParsedDatum datum,
java.lang.Exception e,
cascading.tuple.TupleEntryCollector collector)
An exception occurred while parsing or processing the _input ParsedDatum.
|
protected abstract void |
DOMParser.process(ParsedDatum datum,
org.dom4j.Document doc,
cascading.tuple.TupleEntryCollector collector,
cascading.flow.FlowProcess process)
The _input ParsedDatum was successfully converted into a Dom4J Document.
|
Copyright © 2012 Bixo Labs