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 | 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 | 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 | 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..
|
Modifier and Type | Class | Description |
---|---|---|
class |
ParserListenerWriter |
Debugging util.
|
Copyright © 1998–2018. All rights reserved.