Package | Description |
---|---|
com.itextpdf.text.html.simpleparser | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.hyphenation | |
com.itextpdf.text.xml | |
com.itextpdf.text.xml.simpleparser |
Modifier and Type | Class | Description |
---|---|---|
class |
HTMLWorker |
Deprecated.
since 5.5.2; please switch to XML Worker instead (this is a separate project)
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimpleBookmark |
Bookmark processing in a simple way.
|
class |
SimpleNamedDestination |
|
class |
XfdfReader |
Reads a XFDF.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimplePatternParser |
Parses the xml hyphenation pattern.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XmlToTxt |
This class converts XML into plain text stripping all tags.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
SimpleXMLParser.parse(SimpleXMLDocHandler doc,
SimpleXMLDocHandlerComment comment,
Reader r,
boolean html) |
Parses the XML document firing the events to the handler.
|
static void |
SimpleXMLParser.parse(SimpleXMLDocHandler doc,
InputStream in) |
Parses the XML document firing the events to the handler.
|
static void |
SimpleXMLParser.parse(SimpleXMLDocHandler doc,
Reader r) |
Copyright © 2018. All rights reserved.