-
public interface SimpleXMLDocHandlerCommentThe handler for the events fired bySimpleXMLParser.- Author:
- Paulo Soares (psoares@consiste.pt)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomment(java.lang.String text)Called when a comment is found.
-