Interface ElementParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void characters​(char[] chars, int start, int end)
      Processes the character data between the start and end element tag
      void endElement()
      The parser has completed parsing the element - it's reached the end-of-element tag
      void startElement​(Attributes attributes)
      Start paring the element
    • Method Detail

      • startElement

        void startElement​(Attributes attributes)
        Start paring the element
        Parameters:
        attributes - The element's attributes
      • characters

        void characters​(char[] chars,
                        int start,
                        int end)
        Processes the character data between the start and end element tag