Class WebcrawlerConnector.UrlsetItemContextClass

  • Enclosing class:
    WebcrawlerConnector

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String linkField  
      • Fields inherited from class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext

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

      Constructors 
      Constructor Description
      UrlsetItemContextClass​(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)  
    • 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()
      Convert the individual sub-fields of the item context into their final forms
      void process​(IXMLHandler handler)
      Process the data accumulated for this item
      protected void tagCleanup()  
      • Methods inherited from class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext

        characters, cleanup, endElement, getAttribute, getLocalname, getNamespace, getQname, startElement, tagContents
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • linkField

        protected java.lang.String linkField
    • Constructor Detail

      • UrlsetItemContextClass

        public UrlsetItemContextClass​(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)
    • 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
        Convert the individual sub-fields of the item context into their final forms
        Overrides:
        endTag in class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • tagCleanup

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

        public void process​(IXMLHandler handler)
                     throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Process the data accumulated for this item
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException