Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.pdf.SimpleXMLDocHandler
-
Packages that use SimpleXMLDocHandler Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of SimpleXMLDocHandler in com.gitlab.pdftk_java.com.lowagie.text.pdf
Classes in com.gitlab.pdftk_java.com.lowagie.text.pdf that implement SimpleXMLDocHandler Modifier and Type Class Description class
SimpleBookmark
Bookmark processing in a simple way.class
SimpleNamedDestination
class
XfdfReader
Reads a XFDF.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type SimpleXMLDocHandler 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.static void
SimpleXMLParser. parse(SimpleXMLDocHandler doc, java.io.InputStream in)
Parses the XML document firing the events to the handler.static void
SimpleXMLParser. parse(SimpleXMLDocHandler doc, java.io.Reader r)
-