Uses of Interface
com.lowagie.text.xml.simpleparser.SimpleXMLDocHandler
Packages that use SimpleXMLDocHandler
Package
Description
-
Uses of SimpleXMLDocHandler in com.lowagie.text.html.simpleparser
Classes in com.lowagie.text.html.simpleparser that implement SimpleXMLDocHandler -
Uses of SimpleXMLDocHandler in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement SimpleXMLDocHandlerModifier and TypeClassDescriptionfinal classBookmark processing in a simple way.final classclassReads a XFDF. -
Uses of SimpleXMLDocHandler in com.lowagie.text.pdf.hyphenation
Classes in com.lowagie.text.pdf.hyphenation that implement SimpleXMLDocHandler -
Uses of SimpleXMLDocHandler in com.lowagie.text.xml.simpleparser
Methods in com.lowagie.text.xml.simpleparser 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)