Interface IXMLHandler
-
- All Superinterfaces:
IDiscoveredLinkHandler
- All Known Implementing Classes:
WebcrawlerConnector.ProcessActivityXMLHandler
public interface IXMLHandler extends IDiscoveredLinkHandler
This interface describes the functionality needed by an XML processor in order to handle an XML document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
noteDiscoveredTtlValue(java.lang.String rawTtlValue)
Inform the world of a discovered ttl value.-
Methods inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.IDiscoveredLinkHandler
noteDiscoveredBase, noteDiscoveredLink
-
-
-
-
Method Detail
-
noteDiscoveredTtlValue
void noteDiscoveredTtlValue(java.lang.String rawTtlValue) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
Inform the world of a discovered ttl value.- Parameters:
rawTtlValue
- is the raw discovered ttl value.- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
-