| Package | Description |
|---|---|
| com.itextpdf.styledxmlparser | |
| com.itextpdf.styledxmlparser.node.impl.jsoup | |
| com.itextpdf.styledxmlparser.node.impl.jsoup.node |
| Modifier and Type | Method and Description |
|---|---|
IDocumentNode |
IXmlParser.parse(InputStream XmlStream,
String charset)
Parses XML provided as an
InputStream and an encoding. |
IDocumentNode |
IXmlParser.parse(String Xml)
Parses XML provided as a
String. |
| Modifier and Type | Method and Description |
|---|---|
IDocumentNode |
JsoupHtmlParser.parse(InputStream htmlStream,
String charset) |
IDocumentNode |
JsoupXmlParser.parse(InputStream xmlStream,
String charset) |
IDocumentNode |
JsoupHtmlParser.parse(String html) |
IDocumentNode |
JsoupXmlParser.parse(String xml) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsoupDocumentNode
Implementation of the
IDocumentNode interface; wrapper for the JSoup Document class. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.