|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parser
Interface for parsing the raw content. Each webcrawler parser must be registered as a declarative service that provides this interface.
| Method Summary | |
|---|---|
java.lang.String[] |
getContentTypes()
Returns array of content-types that are supported by this parser. |
Parse |
getParse(Content content)
Creates the parse for some content. |
| Methods inherited from interface org.eclipse.smila.connectivity.framework.crawler.web.configuration.Configurable |
|---|
getConf, setConf |
| Method Detail |
|---|
Parse getParse(Content content)
content - Content
java.lang.String[] getContentTypes()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||