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 classSimpleBookmarkBookmark processing in a simple way.classSimpleNamedDestinationclassXfdfReaderReads a XFDF.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type SimpleXMLDocHandler Modifier and Type Method Description static voidSimpleXMLParser. parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, boolean html)Parses the XML document firing the events to the handler.static voidSimpleXMLParser. parse(SimpleXMLDocHandler doc, InputStream in)Parses the XML document firing the events to the handler.static voidSimpleXMLParser. parse(SimpleXMLDocHandler doc, Reader r)
-