Modifier and Type | Interface and Description |
---|---|
interface |
IHTMLHandler
This interface describes the functionality needed by an HTML processor in order to handle an HTML document.
|
interface |
IRedirectionHandler
This interface describes the functionality needed by an redirection processor in order to handle a redirection.
|
interface |
IXMLHandler
This interface describes the functionality needed by an XML processor in order to handle an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
FindContentHandler
This class is the handler for HTML content grepping during state transitions
|
class |
FindHandler
This class is used to discover links in a session login context
|
class |
FindHTMLFormHandler
This class is the handler for HTML form parsing during state transitions
|
class |
FindHTMLHrefHandler
This class is the handler for HTML parsing during state transitions
|
class |
FindPreferredRedirectionHandler
This class is the handler for redirection handling during state transitions
|
class |
FindRedirectionHandler
This class is the handler for redirection parsing during state transitions
|
protected class |
WebcrawlerConnector.ProcessActivityHTMLHandler
Class that describes HTML handling
|
protected class |
WebcrawlerConnector.ProcessActivityLinkHandler
This class is the handler for links that get added into a IProcessActivity object.
|
protected class |
WebcrawlerConnector.ProcessActivityRedirectionHandler
Class that describes redirection handling
|
protected class |
WebcrawlerConnector.ProcessActivityXMLHandler
Class that describes XML handling
|