Interface ElementDigester

    • Method Detail

      • getElementName

        java.lang.String getElementName()
        Get the element name
        Returns:
        the element name
      • startDigest

        void startDigest​(SaxDigesterHandler handler,
                         org.xml.sax.Attributes attr)
                  throws org.xml.sax.SAXException
        Start an element with the given attributes
        Parameters:
        handler - the handler
        attr - the attributes
        Throws:
        org.xml.sax.SAXException - if there's handling exception
      • endDigest

        void endDigest​(SaxDigesterHandler handler)
                throws org.xml.sax.SAXException
        End the element
        Parameters:
        handler - the handler
        Throws:
        org.xml.sax.SAXException - if there's handling exception
      • characters

        void characters​(SaxDigesterHandler handler,
                        char[] chars,
                        int offset,
                        int length)
                 throws org.xml.sax.SAXException
        Handle the characters
        Parameters:
        handler - the handler
        chars - the characters
        offset - the offset
        length - the length
        Throws:
        org.xml.sax.SAXException - if there's parse problem