Package | Description |
---|---|
com.lowagie.text.html | |
com.lowagie.text.xml |
Modifier and Type | Class and Description |
---|---|
class |
HtmlPeer
This interface is implemented by the peer of all the iText objects.
|
Modifier and Type | Class and Description |
---|---|
class |
SAXiTextHandler<T extends XmlPeer>
This class is a Handler that controls the iText XML to PDF conversion.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlParser.go(DocListener document,
InputSource is,
Map<String,XmlPeer> tagmap)
Parses a given file.
|
void |
XmlParser.go(DocListener document,
String file,
Map<String,XmlPeer> tagmap)
Parses a given file.
|
static void |
XmlParser.parse(DocListener document,
InputSource is,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
static void |
XmlParser.parse(DocListener document,
InputStream is,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
static void |
XmlParser.parse(DocListener document,
Reader is,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
static void |
XmlParser.parse(DocListener document,
String file,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
Constructor and Description |
---|
SAXmyHandler(DocListener document,
Map<String,XmlPeer> myTags)
Constructs a new SAXiTextHandler that will translate all the events
triggered by the parser to actions on the
Document -object. |
Copyright © 2020. All rights reserved.