Uses of Interface
com.itextpdf.tool.xml.parser.XMLParserListener
Packages that use XMLParserListener
Package
Description
XMLWorker package provides a framework to parse XML to PDF with iText.
Contains the XMLParser.
Extra utilities for the
XMLParser
used for testing or debugging.-
Uses of XMLParserListener in com.itextpdf.tool.xml
Classes in com.itextpdf.tool.xml that implement XMLParserListenerModifier and TypeClassDescriptionclass
The implementation of theXMLParserListener
.
Important Note: This class the XMLWorker stores theWorkerContext
(Which is aWorkerContextImpl
) in a ThreadLocal variable, WorkerContext is confined to threads here. -
Uses of XMLParserListener in com.itextpdf.tool.xml.parser
Fields in com.itextpdf.tool.xml.parser with type parameters of type XMLParserListenerMethods in com.itextpdf.tool.xml.parser with parameters of type XMLParserListenerModifier and TypeMethodDescriptionXMLParser.addListener
(XMLParserListener pl) If noParserListener
is added, parsing with the parser seems useless no?XMLParser.removeListener
(XMLParserListener pl) Removes a Listener from the list of listeners.Constructors in com.itextpdf.tool.xml.parser with parameters of type XMLParserListenerModifierConstructorDescriptionXMLParser
(boolean b, XMLParserListener listener) Constructs a new Parser with the default jvm charset.XMLParser
(boolean isHtml, XMLParserListener listener, Charset charset) Construct a XMLParser with the given XMLParserConfig.XMLParser
(XMLParserListener listener) Constructs a new Parser with HTML parsing set to true and the default jvm charset.XMLParser
(XMLParserListener listener, Charset charset) Construct an XMLParser with the given XMLParserConfig ready for HTML/XHTML processing.. -
Uses of XMLParserListener in com.itextpdf.tool.xml.parser.io
Classes in com.itextpdf.tool.xml.parser.io that implement XMLParserListener