Class WebcrawlerConnector.FeedItemContextClass

  • Enclosing class:
    WebcrawlerConnector

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

      Fields 
      Modifier and Type Field Description
      protected java.util.List<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
      FeedItemContextClass​(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)  
      void process​(IXMLHandler handler)
      Process the data accumulated for this item
      • Methods inherited from class org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext

        characters, cleanup, endElement, endTag, 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

      • linkField

        protected java.util.List<java.lang.String> linkField
    • Constructor Detail

      • FeedItemContextClass

        public FeedItemContextClass​(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
      • 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