Interface State


public interface State
Base class for all parser states.
  • Method Details

    • startElement

      void startElement(String namespaceIRI, String localName, String qName, Attributes atts) throws SAXException
      Parameters:
      namespaceIRI - namespace IRI
      localName - localName
      qName - qName
      atts - attributes
      Throws:
      SAXException - SAX exception
    • endElement

      void endElement(String namespaceIRI, String localName, String qName) throws SAXException
      Parameters:
      namespaceIRI - namespace IRI
      localName - localName
      qName - qName
      Throws:
      SAXException - SAX exception
    • characters

      void characters(char[] data, int start, int length) throws SAXException
      Parameters:
      data - data
      start - start
      length - length
      Throws:
      SAXException - SAX exception