Uses of Interface
com.itextpdf.styledxmlparser.node.IDocumentNode
-
Packages that use IDocumentNode Package Description com.itextpdf.styledxmlparser com.itextpdf.styledxmlparser.node.impl.jsoup com.itextpdf.styledxmlparser.node.impl.jsoup.node -
-
Uses of IDocumentNode in com.itextpdf.styledxmlparser
Methods in com.itextpdf.styledxmlparser that return IDocumentNode Modifier and Type Method Description IDocumentNode
IXmlParser. parse(java.io.InputStream XmlStream, java.lang.String charset)
Parses XML provided as anInputStream
and an encoding.IDocumentNode
IXmlParser. parse(java.lang.String Xml)
Parses XML provided as aString
. -
Uses of IDocumentNode in com.itextpdf.styledxmlparser.node.impl.jsoup
Methods in com.itextpdf.styledxmlparser.node.impl.jsoup that return IDocumentNode Modifier and Type Method Description IDocumentNode
JsoupHtmlParser. parse(java.io.InputStream htmlStream, java.lang.String charset)
IDocumentNode
JsoupHtmlParser. parse(java.lang.String html)
IDocumentNode
JsoupXmlParser. parse(java.io.InputStream xmlStream, java.lang.String charset)
IDocumentNode
JsoupXmlParser. parse(java.lang.String xml)
-
Uses of IDocumentNode in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Classes in com.itextpdf.styledxmlparser.node.impl.jsoup.node that implement IDocumentNode Modifier and Type Class Description class
JsoupDocumentNode
Implementation of theIDocumentNode
interface; wrapper for the JSoupDocument
class.
-