Class GenericConnector.SAXSeedingHandler

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
    Enclosing class:
    GenericConnector

    public static class GenericConnector.SAXSeedingHandler
    extends org.xml.sax.helpers.DefaultHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer seedBuffer  
    • Constructor Summary

      Constructors 
      Constructor Description
      SAXSeedingHandler​(org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer seedBuffer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void startElement​(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)  
      • Methods inherited from class org.xml.sax.helpers.DefaultHandler

        characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
      • Methods inherited from class java.lang.Object

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

      • seedBuffer

        protected org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer seedBuffer
    • Constructor Detail

      • SAXSeedingHandler

        public SAXSeedingHandler​(org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer seedBuffer)
    • Method Detail

      • startElement

        public void startElement​(java.lang.String uri,
                                 java.lang.String localName,
                                 java.lang.String qName,
                                 org.xml.sax.Attributes attributes)
                          throws org.xml.sax.SAXException
        Specified by:
        startElement in interface org.xml.sax.ContentHandler
        Overrides:
        startElement in class org.xml.sax.helpers.DefaultHandler
        Throws:
        org.xml.sax.SAXException