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 the
XMLParser used for testing or debugging. |
Modifier and Type | Class and Description |
---|---|
class |
XMLWorker
The implementation of the
XMLParserListener .Important Note: This class the XMLWorker stores the WorkerContext (Which is a WorkerContextImpl ) in a ThreadLocal
variable, WorkerContext is confined to threads here. |
Modifier and Type | Method and Description |
---|---|
XMLParser |
XMLParser.addListener(XMLParserListener pl)
If no
ParserListener is added, parsing with the parser seems
useless no? |
XMLParser |
XMLParser.removeListener(XMLParserListener pl)
Removes a Listener from the list of listeners.
|
Constructor and Description |
---|
XMLParser(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..
|
Modifier and Type | Class and Description |
---|---|
class |
ParserListenerWriter
Debugging util.
|
Copyright © 2017. All rights reserved.