Uses of Interface
org.openpdf.text.xml.simpleparser.SimpleXMLDocHandler
Packages that use SimpleXMLDocHandler
Package
Description
-
Uses of SimpleXMLDocHandler in org.openpdf.text.html.simpleparser
Classes in org.openpdf.text.html.simpleparser that implement SimpleXMLDocHandler -
Uses of SimpleXMLDocHandler in org.openpdf.text.pdf
Classes in org.openpdf.text.pdf that implement SimpleXMLDocHandlerModifier and TypeClassDescriptionfinal classBookmark processing in a simple way.final classclassReads a XFDF. -
Uses of SimpleXMLDocHandler in org.openpdf.text.pdf.hyphenation
Classes in org.openpdf.text.pdf.hyphenation that implement SimpleXMLDocHandler -
Uses of SimpleXMLDocHandler in org.openpdf.text.xml.simpleparser
Fields in org.openpdf.text.xml.simpleparser declared as SimpleXMLDocHandlerModifier and TypeFieldDescription(package private) SimpleXMLDocHandlerSimpleXMLParser.docThe handler to which we are going to forward document contentMethods in org.openpdf.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerModifier and TypeMethodDescriptionstatic voidSimpleXMLParser.parse(SimpleXMLDocHandler doc, InputStream in) Parses the XML document firing the events to the handler.static voidSimpleXMLParser.parse(SimpleXMLDocHandler doc, Reader r) static voidSimpleXMLParser.parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, boolean html) Parses the XML document firing the events to the handler.Constructors in org.openpdf.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerModifierConstructorDescriptionprivateSimpleXMLParser(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html) Creates a Simple XML parser object.