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 |
JsoupXmlParser.parse(InputStream xmlStream, String charset) |
IDocumentNode |
JsoupHtmlParser.parse(InputStream htmlStream, String charset) |
IDocumentNode |
JsoupXmlParser.parse(String xml) |
IDocumentNode |
JsoupHtmlParser.parse(String html) |
Modifier and Type | Class and Description |
---|---|
class |
JsoupDocumentNode
Implementation of the IDocumentNode interface; wrapper for the JSoup Document class.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.