Uses of Interface
ISSearch.ISDocumentInterface

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 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.
 

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.