Class ArrayHandler

    • Constructor Detail

      • ArrayHandler

        public ArrayHandler()
    • Method Detail

      • startArray

        public boolean startArray()
                           throws ParseException,
                                  IOException
        Specified by:
        startArray in interface ContentHandler
        Overrides:
        startArray in class HandlerBase
        Throws:
        ParseException
        IOException
      • primitive

        public boolean primitive​(Object value)
                          throws ParseException,
                                 IOException
        Specified by:
        primitive in interface ContentHandler
        Overrides:
        primitive in class HandlerBase
        Throws:
        ParseException
        IOException
      • endArray

        public boolean endArray()
                         throws ParseException,
                                IOException
        Specified by:
        endArray in interface ContentHandler
        Overrides:
        endArray in class HandlerBase
        Throws:
        ParseException
        IOException