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

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

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


Field Summary
protected  java.lang.String documentURI
          The document identifier
protected  IXMLHandler handler
          XML handler
protected  java.lang.String ttlValue
          ttl value
 
Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext
localname, namespaceURI, previousContext, qname, theseAttributes, theStream
 
Constructor Summary
WebcrawlerConnector.RDFContextClass(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()
           
protected  void 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

documentURI

protected java.lang.String documentURI
The document identifier


handler

protected IXMLHandler handler
XML handler


ttlValue

protected java.lang.String ttlValue
ttl value

Constructor Detail

WebcrawlerConnector.RDFContextClass

public WebcrawlerConnector.RDFContextClass(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

process

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

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