Uses of Interface
com.itextpdf.tool.xml.parser.XMLParserListener
-
Packages that use XMLParserListener Package Description com.itextpdf.tool.xml XMLWorker package provides a framework to parse XML to PDF with iText.com.itextpdf.tool.xml.parser Contains the XMLParser.com.itextpdf.tool.xml.parser.io Extra utilities for theXMLParserused for testing or debugging. -
-
Uses of XMLParserListener in com.itextpdf.tool.xml
Classes in com.itextpdf.tool.xml that implement XMLParserListener Modifier and Type Class Description classXMLWorkerThe 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 XMLParserListener Modifier and Type Field Description private java.util.List<XMLParserListener>XMLParser. listenersMethods in com.itextpdf.tool.xml.parser with parameters of type XMLParserListener Modifier and Type Method Description XMLParserXMLParser. addListener(XMLParserListener pl)If noParserListeneris added, parsing with the parser seems useless no?XMLParserXMLParser. removeListener(XMLParserListener pl)Removes a Listener from the list of listeners.Constructors in com.itextpdf.tool.xml.parser with parameters of type XMLParserListener Constructor Description XMLParser(boolean b, XMLParserListener listener)Constructs a new Parser with the default jvm charset.XMLParser(boolean isHtml, XMLParserListener listener, java.nio.charset.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, java.nio.charset.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 Modifier and Type Class Description classParserListenerWriterDebugging util.
-