|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XPathExtractionRule
Defines an extraction rule for the XPathExtractor.
| Method Summary | |
|---|---|
boolean |
acceptURI(org.openrdf.model.URI uri)
Checks if the rule can be applied on the given document URI. |
String |
getName()
|
void |
process(Document in,
ExtractionResult out)
Processes this extraction rule on the given document. |
| Method Detail |
|---|
String getName()
boolean acceptURI(org.openrdf.model.URI uri)
uri - input document URI.
true if applied, false otherwise.
void process(Document in,
ExtractionResult out)
in - input document to be processed.out - output result writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||