org.apache.manifoldcf.crawler.connectors.rss
Class RSSConnector.RSSContextClass

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

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


Field Summary
protected  org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities
          Activities interface
protected  java.lang.String documentIdentifier
          The document identifier
protected  RSSConnector.Filter filter
          Filter
protected  boolean rescanTimeSet
          Rescan time set flag
 
Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
 
Constructor Summary
RSSConnector.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 documentIdentifier, org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities, RSSConnector.Filter filter)
           
 
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()
           
protected  boolean process()
          Process this data
 
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

documentIdentifier

protected java.lang.String documentIdentifier
The document identifier


activities

protected org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities
Activities interface


filter

protected RSSConnector.Filter filter
Filter


rescanTimeSet

protected boolean rescanTimeSet
Rescan time set flag

Constructor Detail

RSSConnector.RSSContextClass

public RSSConnector.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 documentIdentifier,
                                    org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
                                    RSSConnector.Filter filter)
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

process

protected boolean process()
                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
Process this data

Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException