SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web.parse
Interface Parse

All Known Implementing Classes:
ParseImpl

public interface Parse

The result of parsing a page's raw content.

See Also:
Parser.getParse(Content)

Method Summary
 ParseData getData()
          Other data extracted from the page.
 java.lang.String getText()
          Textual content of the page.
 

Method Detail

getText

java.lang.String getText()
Textual content of the page.

Returns:
text

getData

ParseData getData()
Other data extracted from the page.

Returns:
ParseData

SMILA (incubation) API documentation