Class SAXBasedDataFetcher.FileContentHandler

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

    public static class SAXBasedDataFetcher.FileContentHandler
    extends org.xml.sax.helpers.DefaultHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addItem​(DataItem item)  
      java.util.Collection<DataItem> getItems()  
      • Methods inherited from class org.xml.sax.helpers.DefaultHandler

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

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

      • FileContentHandler

        public FileContentHandler()
    • Method Detail

      • addItem

        public void addItem​(@NotNull
                            DataItem item)
      • getItems

        @NotNull
        public java.util.Collection<DataItem> getItems()