Interface ExtendedLexicalHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void comment​(java.lang.String comment)
      This method is used to notify of a comment
      • Methods inherited from interface org.xml.sax.ext.LexicalHandler

        comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
    • Method Detail

      • comment

        void comment​(java.lang.String comment)
              throws org.xml.sax.SAXException
        This method is used to notify of a comment
        Parameters:
        comment - the comment, but unlike the SAX comment() method this method takes a String rather than a character array.
        Throws:
        org.xml.sax.SAXException