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) classSimpleBookmarkBookmark processing in a simple way.(package private) classSimpleNamedDestination(package private) classXfdfReaderReads 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) classSimplePatternParserParses 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 SimpleXMLDocHandlerSimpleXMLParser. docThe 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 voidSimpleXMLParser. parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, java.io.Reader r, boolean html)Parses the XML document firing the events to the handler.static voidSimpleXMLParser. parse(SimpleXMLDocHandler doc, java.io.InputStream in)Parses the XML document firing the events to the handler.private static voidSimpleXMLParser. 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.
-