Uses of Interface
com.aowagie.text.xml.simpleparser.SimpleXMLDocHandler
Packages that use SimpleXMLDocHandler
Package
Description
-
Uses of SimpleXMLDocHandler in com.aowagie.text.pdf
Classes in com.aowagie.text.pdf that implement SimpleXMLDocHandlerModifier and TypeClassDescription(package private) final class
Bookmark processing in a simple way.(package private) final class
(package private) class
Reads a XFDF. -
Uses of SimpleXMLDocHandler in com.aowagie.text.pdf.hyphenation
Classes in com.aowagie.text.pdf.hyphenation that implement SimpleXMLDocHandlerModifier and TypeClassDescription(package private) class
Parses the xml hyphenation pattern. -
Uses of SimpleXMLDocHandler in com.aowagie.text.xml.simpleparser
Fields in com.aowagie.text.xml.simpleparser declared as SimpleXMLDocHandlerModifier and TypeFieldDescriptionprivate final SimpleXMLDocHandler
SimpleXMLParser.doc
The handler to which we are going to forward document contentMethods in com.aowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerModifier and TypeMethodDescriptionprivate static 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.private static void
SimpleXMLParser.parse
(SimpleXMLDocHandler doc, Reader r) Constructors in com.aowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerModifierConstructorDescriptionprivate
SimpleXMLParser
(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html) Creates a Simple XML parser object.