Uses of Interface
com.itextpdf.text.xml.simpleparser.SimpleXMLDocHandlerComment
-
Packages that use SimpleXMLDocHandlerComment Package Description com.itextpdf.text.xml.simpleparser -
-
Uses of SimpleXMLDocHandlerComment in com.itextpdf.text.xml.simpleparser
Methods in com.itextpdf.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerComment Modifier and Type Method Description static void
SimpleXMLParser. parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, java.io.Reader r, boolean html)
Parses the XML document firing the events to the handler.
-