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 TypeClassDescriptionclassBookmark processing in a simple way.classclassReads a XFDF.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type SimpleXMLDocHandlerModifier and TypeMethodDescriptionstatic 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)