Class RSSConnector.FeedAuthorContextClass

  • Enclosing class:
    RSSConnector

    protected class RSSConnector.FeedAuthorContextClass
    extends org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
    • Field Summary

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

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

      Constructors 
      Constructor Description
      FeedAuthorContextClass​(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
      java.lang.String getAuthorEmail()  
      java.lang.String getAuthorName()  
      • 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

      • authorNameField

        protected java.lang.String authorNameField
      • authorEmailField

        protected java.lang.String authorEmailField
    • Constructor Detail

      • FeedAuthorContextClass

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

        public java.lang.String getAuthorName()
      • getAuthorEmail

        public java.lang.String getAuthorEmail()