Interface SimpleXMLDocHandlerComment


public interface SimpleXMLDocHandlerComment
The handler for the events fired by SimpleXMLParser.
Author:
Paulo Soares ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a comment is found.
  • Method Details

    • comment

      void comment(String text)
      Called when a comment is found.
      Parameters:
      text - the comment text