Modifier and Type | Class and Description |
---|---|
protected class |
WebcrawlerConnector.ProcessActivityXMLHandler
Class that describes XML handling
|
Modifier and Type | Field and Description |
---|---|
protected IXMLHandler |
WebcrawlerConnector.OuterContextClass.handler
The link handler
|
protected IXMLHandler |
WebcrawlerConnector.RSSContextClass.handler
Link notification interface
|
protected IXMLHandler |
WebcrawlerConnector.RSSChannelContextClass.handler
Link handler
|
protected IXMLHandler |
WebcrawlerConnector.RDFContextClass.handler
XML handler
|
protected IXMLHandler |
WebcrawlerConnector.FeedContextClass.handler
XML handler
|
protected IXMLHandler |
WebcrawlerConnector.UrlsetContextClass.handler
XML handler
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebcrawlerConnector.handleXML(String documentURI,
IXMLHandler handler)
Handle document references from XML.
|
void |
WebcrawlerConnector.RSSItemContextClass.process(IXMLHandler handler)
Process the data accumulated for this item
|
void |
WebcrawlerConnector.RDFItemContextClass.process(IXMLHandler handler)
Process the data accumulated for this item
|
void |
WebcrawlerConnector.FeedItemContextClass.process(IXMLHandler handler)
Process the data accumulated for this item
|
void |
WebcrawlerConnector.UrlsetItemContextClass.process(IXMLHandler handler)
Process the data accumulated for this item
|