|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocListener | |
---|---|
com.lowagie.text | |
com.lowagie.text.html | |
com.lowagie.text.html.simpleparser | |
com.lowagie.text.pdf | |
com.lowagie.text.rtf | |
com.lowagie.text.xml |
Uses of DocListener in com.lowagie.text |
---|
Classes in com.lowagie.text that implement DocListener | |
---|---|
class |
Document
A generic Document class. |
class |
DocWriter
An abstract Writer class for documents. |
Methods in com.lowagie.text with parameters of type DocListener | |
---|---|
void |
Document.addDocListener(DocListener listener)
Adds a DocListener to the Document . |
void |
Document.removeDocListener(DocListener listener)
Removes a DocListener from the Document . |
Uses of DocListener in com.lowagie.text.html |
---|
Classes in com.lowagie.text.html that implement DocListener | |
---|---|
class |
HtmlWriter
A DocWriter class for HTML. |
Methods in com.lowagie.text.html with parameters of type DocListener | |
---|---|
void |
HtmlParser.go(DocListener document,
InputSource is)
Parses a given file. |
void |
HtmlParser.go(DocListener document,
InputStream is)
Parses a given file. |
void |
HtmlParser.go(DocListener document,
Reader is)
Parses a given file. |
void |
HtmlParser.go(DocListener document,
String file)
Parses a given file. |
static void |
HtmlParser.parse(DocListener document,
InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
HtmlParser.parse(DocListener document,
InputStream is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
HtmlParser.parse(DocListener document,
Reader is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
HtmlParser.parse(DocListener document,
String file)
Parses a given file that validates with the iText DTD and writes the content to a document. |
Constructors in com.lowagie.text.html with parameters of type DocListener | |
---|---|
SAXmyHtmlHandler(DocListener document)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document -object. |
|
SAXmyHtmlHandler(DocListener document,
BaseFont bf)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document -object. |
|
SAXmyHtmlHandler(DocListener document,
HashMap htmlTags)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document -object. |
Uses of DocListener in com.lowagie.text.html.simpleparser |
---|
Classes in com.lowagie.text.html.simpleparser that implement DocListener | |
---|---|
class |
HTMLWorker
|
Fields in com.lowagie.text.html.simpleparser declared as DocListener | |
---|---|
protected DocListener |
HTMLWorker.document
|
Methods in com.lowagie.text.html.simpleparser with parameters of type DocListener | |
---|---|
boolean |
Img.process(Image img,
HashMap h,
ChainedProperties cprops,
DocListener doc)
|
Constructors in com.lowagie.text.html.simpleparser with parameters of type DocListener | |
---|---|
HTMLWorker(DocListener document)
Creates a new instance of HTMLWorker |
Uses of DocListener in com.lowagie.text.pdf |
---|
Classes in com.lowagie.text.pdf that implement DocListener | |
---|---|
class |
PdfCopy
Make copies of PDF documents. |
class |
PdfStamperImp
|
class |
PdfWriter
A DocWriter class for PDF. |
Methods in com.lowagie.text.pdf with parameters of type DocListener | |
---|---|
static PdfWriter |
PdfWriter.getInstance(Document document,
OutputStream os,
DocListener listener)
Gets an instance of the PdfWriter . |
Uses of DocListener in com.lowagie.text.rtf |
---|
Classes in com.lowagie.text.rtf that implement DocListener | |
---|---|
class |
RtfWriter
Deprecated. The RtfWriter is deprecated and will be removed from the iText library end of 2007 |
class |
RtfWriter2
The RtfWriter allows the creation of rtf documents via the iText system Version: $Id: RtfWriter2.java,v 1.11 2005/09/11 19:09:57 hallm Exp $ |
Uses of DocListener in com.lowagie.text.xml |
---|
Classes in com.lowagie.text.xml that implement DocListener | |
---|---|
class |
XmlWriter
A DocWriter class for XML (Remark: this class is not finished yet!). |
Fields in com.lowagie.text.xml declared as DocListener | |
---|---|
protected DocListener |
SAXiTextHandler.document
This is the resulting document. |
Methods in com.lowagie.text.xml with parameters of type DocListener | |
---|---|
void |
XmlParser.go(DocListener document,
InputSource is)
Parses a given file. |
void |
XmlParser.go(DocListener document,
InputSource is,
HashMap tagmap)
Parses a given file. |
void |
XmlParser.go(DocListener document,
InputSource is,
InputStream tagmap)
Parses a given file. |
void |
XmlParser.go(DocListener document,
InputSource is,
String tagmap)
Parses a given file. |
void |
XmlParser.go(DocListener document,
String file)
Parses a given file. |
void |
XmlParser.go(DocListener document,
String file,
HashMap tagmap)
Parses a given file. |
void |
XmlParser.go(DocListener document,
String file,
String tagmap)
Parses a given file. |
static void |
XmlParser.parse(DocListener document,
InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
XmlParser.parse(DocListener document,
InputSource is,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
XmlParser.parse(DocListener document,
InputSource is,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
XmlParser.parse(DocListener document,
InputStream is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
XmlParser.parse(DocListener document,
InputStream is,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
XmlParser.parse(DocListener document,
InputStream is,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
XmlParser.parse(DocListener document,
Reader is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
XmlParser.parse(DocListener document,
Reader is,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
XmlParser.parse(DocListener document,
Reader is,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
XmlParser.parse(DocListener document,
String file)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
XmlParser.parse(DocListener document,
String file,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
XmlParser.parse(DocListener document,
String file,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document. |
Constructors in com.lowagie.text.xml with parameters of type DocListener | |
---|---|
SAXiTextHandler(DocListener document)
|
|
SAXiTextHandler(DocListener document,
HashMap myTags)
|
|
SAXiTextHandler(DocListener document,
HtmlTagMap myTags)
|
|
SAXiTextHandler(DocListener document,
HtmlTagMap myTags,
BaseFont bf)
|
|
SAXmyHandler(DocListener document,
HashMap myTags)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document -object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |