Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.pdf.SimpleXMLDocHandler
Packages that use SimpleXMLDocHandler
-
Uses of SimpleXMLDocHandler in com.gitlab.pdftk_java.com.lowagie.text.pdf
Classes in com.gitlab.pdftk_java.com.lowagie.text.pdf that implement SimpleXMLDocHandlerModifier and TypeClassDescriptionclass
Bookmark processing in a simple way.class
class
Reads a XFDF.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type SimpleXMLDocHandlerModifier and TypeMethodDescriptionstatic void
SimpleXMLParser.parse
(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, boolean html) Parses the XML document firing the events to the handler.static void
SimpleXMLParser.parse
(SimpleXMLDocHandler doc, InputStream in) Parses the XML document firing the events to the handler.static void
SimpleXMLParser.parse
(SimpleXMLDocHandler doc, Reader r)