Module com.github.librepdf.openpdf
Interface SimpleXMLDocHandlerComment
-
public interface SimpleXMLDocHandlerComment
The handler for the events fired bySimpleXMLParser
.- Author:
- Paulo Soares ([email protected])
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
comment(String text)
Called when a comment is found.
-
-
-
Method Detail
-
comment
void comment(String text)
Called when a comment is found.- Parameters:
text
- the comment text
-
-