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