org.apache.manifoldcf.crawler.connectors.webcrawler
Class WebcrawlerConnector.RSSContextClass

java.lang.Object
  extended by org.apache.manifoldcf.agents.common.XMLContext
      extended by org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.RSSContextClass
Enclosing class:
WebcrawlerConnector

protected class WebcrawlerConnector.RSSContextClass
extends org.apache.manifoldcf.agents.common.XMLContext


Field Summary
protected  java.lang.String documentURI
          The document identifier
protected  IXMLHandler handler
          Link notification interface
 
Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
 
Constructor Summary
WebcrawlerConnector.RSSContextClass(org.apache.manifoldcf.agents.common.XMLStream theStream, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts, java.lang.String documentURI, IXMLHandler handler)
           
 
Method Summary
protected  org.apache.manifoldcf.agents.common.XMLContext beginTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
           
protected  void endTag()
           
 
Methods inherited from class org.apache.manifoldcf.agents.common.XMLContext
characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup, tagContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentURI

protected java.lang.String documentURI
The document identifier


handler

protected IXMLHandler handler
Link notification interface

Constructor Detail

WebcrawlerConnector.RSSContextClass

public WebcrawlerConnector.RSSContextClass(org.apache.manifoldcf.agents.common.XMLStream theStream,
                                           java.lang.String namespaceURI,
                                           java.lang.String localName,
                                           java.lang.String qName,
                                           org.xml.sax.Attributes atts,
                                           java.lang.String documentURI,
                                           IXMLHandler handler)
Method Detail

beginTag

protected org.apache.manifoldcf.agents.common.XMLContext beginTag(java.lang.String namespaceURI,
                                                                  java.lang.String localName,
                                                                  java.lang.String qName,
                                                                  org.xml.sax.Attributes atts)
                                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                                                  org.apache.manifoldcf.agents.interfaces.ServiceInterruption
Overrides:
beginTag in class org.apache.manifoldcf.agents.common.XMLContext
Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruption

endTag

protected void endTag()
               throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                      org.apache.manifoldcf.agents.interfaces.ServiceInterruption
Overrides:
endTag in class org.apache.manifoldcf.agents.common.XMLContext
Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruption