|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ISDocumentInterface in ISSearch |
|---|
| Classes in ISSearch that implement ISDocumentInterface | |
|---|---|
class |
ISDocument
This mandatory class must implement all functions prescribed by ISDocumentInterface |
| Methods in ISSearch that return ISDocumentInterface | |
|---|---|
ISDocumentInterface |
ISCrawler.getCurrentDocument()
Returns the last document visited by the Crawler. |
ISDocumentInterface |
ISCrawlerInterface.getCurrentDocument()
Returns the last document visited by the Crawler. |
ISDocumentInterface |
ISDBCrawler.getCurrentDocument()
Returns the last document visited by the Crawler. |
ISDocumentInterface |
ISParser.parse(java.io.Reader input)
Performs the input analysis. |
ISDocumentInterface |
ISParserInterface.parse(java.io.Reader input)
Performs the input analysis. |
ISDocumentInterface |
ISCrawler.runParser(java.io.Reader r)
Starts the parser. |
ISDocumentInterface |
ISCrawlerInterface.runParser(java.io.Reader r)
Starts the parser. |
ISDocumentInterface |
ISDBCrawler.runParser(java.io.Reader r)
|
| Methods in ISSearch with parameters of type ISDocumentInterface | |
|---|---|
void |
ISCrawler.setCurrentDocument(ISDocumentInterface isd)
Sets the last document visited by the Crawler. |
void |
ISCrawlerInterface.setCurrentDocument(ISDocumentInterface isd)
Sets the last document visited by the Crawler. |
void |
ISDBCrawler.setCurrentDocument(ISDocumentInterface isd)
|
boolean |
ISDB.store(java.net.URL url,
ISDocumentInterface doc)
Stores the content of an ISDocument and its URL into the database. |
boolean |
ISDBCrawler.store(java.net.URL link,
ISDocumentInterface doc)
Stores the crawled document and its URL into the database |
boolean |
ISDBCrawlerInterface.store(java.net.URL link,
ISDocumentInterface doc)
Stores the crawled document and its URL into the database |
boolean |
ISDBinterface.store(java.net.URL url,
ISDocumentInterface doc)
Stores the content of an ISDocument and its URL into the database. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||