Uses of Interface
com.aowagie.text.xml.simpleparser.SimpleXMLDocHandler
-
Packages that use SimpleXMLDocHandler Package Description com.aowagie.text.pdf com.aowagie.text.pdf.hyphenation com.aowagie.text.xml.simpleparser -
-
Uses of SimpleXMLDocHandler in com.aowagie.text.pdf
Classes in com.aowagie.text.pdf that implement SimpleXMLDocHandler Modifier and Type Class Description (package private) class
SimpleBookmark
Bookmark processing in a simple way.(package private) class
SimpleNamedDestination
(package private) class
XfdfReader
Reads a XFDF. -
Uses of SimpleXMLDocHandler in com.aowagie.text.pdf.hyphenation
Classes in com.aowagie.text.pdf.hyphenation that implement SimpleXMLDocHandler Modifier and Type Class Description (package private) class
SimplePatternParser
Parses the xml hyphenation pattern. -
Uses of SimpleXMLDocHandler in com.aowagie.text.xml.simpleparser
Fields in com.aowagie.text.xml.simpleparser declared as SimpleXMLDocHandler Modifier and Type Field Description private SimpleXMLDocHandler
SimpleXMLParser. doc
The handler to which we are going to forward document contentMethods in com.aowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandler Modifier and Type Method Description private static void
SimpleXMLParser. parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, java.io.Reader r, boolean html)
Parses the XML document firing the events to the handler.static void
SimpleXMLParser. parse(SimpleXMLDocHandler doc, java.io.InputStream in)
Parses the XML document firing the events to the handler.private static void
SimpleXMLParser. parse(SimpleXMLDocHandler doc, java.io.Reader r)
Constructors in com.aowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandler Constructor Description SimpleXMLParser(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html)
Creates a Simple XML parser object.
-