Class WebcrawlerConnector.RDFContextClass

  • Enclosing class:
    WebcrawlerConnector

    protected class WebcrawlerConnector.RDFContextClass
    extends org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.connectorcommon.fuzzyml.XMLParsingContext

        localname, namespace, previousContext, qname, theseAttributes, theStream
    • Constructor Summary

      Constructors 
      Constructor Description
      RDFContextClass​(org.apache.manifoldcf.connectorcommon.fuzzyml.XMLFuzzyHierarchicalParseState theStream, java.lang.String namespace, java.lang.String localName, java.lang.String qName, java.util.Map<java.lang.String,​java.lang.String> atts, java.lang.String documentURI, IXMLHandler handler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext beginTag​(java.lang.String namespace, java.lang.String localName, java.lang.String qName, java.util.Map<java.lang.String,​java.lang.String> atts)  
      protected void endTag()  
      protected void process()
      Process this data
      • Methods inherited from class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext

        characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, 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
      • ttlValue

        protected java.lang.String ttlValue
        ttl value
    • Constructor Detail

      • RDFContextClass

        public RDFContextClass​(org.apache.manifoldcf.connectorcommon.fuzzyml.XMLFuzzyHierarchicalParseState theStream,
                               java.lang.String namespace,
                               java.lang.String localName,
                               java.lang.String qName,
                               java.util.Map<java.lang.String,​java.lang.String> atts,
                               java.lang.String documentURI,
                               IXMLHandler handler)
    • Method Detail

      • beginTag

        protected org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext beginTag​(java.lang.String namespace,
                                                                                           java.lang.String localName,
                                                                                           java.lang.String qName,
                                                                                           java.util.Map<java.lang.String,​java.lang.String> atts)
                                                                                    throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Overrides:
        beginTag in class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • endTag

        protected void endTag()
                       throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Overrides:
        endTag in class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • process

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