Uses of Interface
com.itextpdf.styledxmlparser.node.IDocumentNode
Package
Description
-
Uses of IDocumentNode in com.itextpdf.styledxmlparser
Modifier and TypeMethodDescriptionIXmlParser.parse
(InputStream XmlStream, String charset) Parses XML provided as anInputStream
and an encoding.Parses XML provided as aString
. -
Uses of IDocumentNode in com.itextpdf.styledxmlparser.node.impl.jsoup
Modifier and TypeMethodDescriptionJsoupHtmlParser.parse
(InputStream htmlStream, String charset) JsoupXmlParser.parse
(InputStream xmlStream, String charset) -
Uses of IDocumentNode in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Modifier and TypeClassDescriptionclass
Implementation of theIDocumentNode
interface; wrapper for the JSoupDocument
class.