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 class
Bookmark processing in a simple way.final class
class
Reads 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
Fields in com.lowagie.text.xml.simpleparser declared as SimpleXMLDocHandlerModifier and TypeFieldDescription(package private) SimpleXMLDocHandler
SimpleXMLParser.doc
The handler to which we are going to forward document contentMethods in com.lowagie.text.xml.simpleparser 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) Constructors in com.lowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerModifierConstructorDescriptionprivate
SimpleXMLParser
(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html) Creates a Simple XML parser object.