Interface XmlReadHandler

    • Method Detail

      • characters

        void characters​(char[] ch,
                        int start,
                        int length)
                 throws SAXException
        This method is called to process the character data between element tags.
        Parameters:
        ch - the character buffer.
        start - the start index.
        length - the length.
        Throws:
        SAXException - if there is a parsing error.
      • getObject

        Object getObject()
                  throws XmlReaderException
        Returns the object for this element or null, if this element does not create an object.
        Returns:
        the object.
        Throws:
        XmlReaderException - if there is a parsing error.
      • init

        void init​(RootXmlReadHandler rootHandler,
                  String tagName)
        Initialise.
        Parameters:
        rootHandler - the root handler.
        tagName - the tag name.