|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to represent the parsed document. The objects that implement this interface are used to store extracted words and links. The solution must contain the class that implements all functions prescribed by this interface.
URL
Method Summary | |
String |
getLink()
Returns the absolute URL of the current document |
ISTermInterface[] |
getTerms()
Returns the bag of words extracted from the document. |
URL[] |
getUrls()
Returns the set of absolute Url's extracted from the current document. |
Method Detail |
public URL[] getUrls()
Array
of URL
), or null when no links were foundpublic ISTermInterface[] getTerms()
Array
of words extracted from the document (as Array
of Objects that must implement ISTermInterface
), or null when no terms were foundpublic String getLink()
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |