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 classDeprecated.final classDeprecated.classDeprecated. -
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) SimpleXMLDocHandlerSimpleXMLParser.docDeprecated.The handler to which we are going to forward document contentMethods in com.lowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerModifier and TypeMethodDescriptionstatic voidSimpleXMLParser.parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, boolean html) Deprecated.Parses the XML document firing the events to the handler.static voidSimpleXMLParser.parse(SimpleXMLDocHandler doc, InputStream in) Deprecated.Parses the XML document firing the events to the handler.static voidSimpleXMLParser.parse(SimpleXMLDocHandler doc, Reader r) Deprecated.Constructors in com.lowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerModifierConstructorDescriptionprivateSimpleXMLParser(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html) Deprecated.Creates a Simple XML parser object.