Interface SimpleXMLDocHandlerComment
-
public interface SimpleXMLDocHandlerComment
The handler for the events fired bySimpleXMLParser
.- Author:
- Paulo Soares
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
comment(java.lang.String text)
Called when a comment is found.
-