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 IDocumentNodeIXmlParser. parse(java.io.InputStream XmlStream, java.lang.String charset)Parses XML provided as anInputStreamand an encoding.IDocumentNodeIXmlParser. 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 IDocumentNodeJsoupHtmlParser. parse(java.io.InputStream htmlStream, java.lang.String charset)IDocumentNodeJsoupHtmlParser. parse(java.lang.String html)IDocumentNodeJsoupXmlParser. parse(java.io.InputStream xmlStream, java.lang.String charset)IDocumentNodeJsoupXmlParser. 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 classJsoupDocumentNodeImplementation of theIDocumentNodeinterface; wrapper for the JSoupDocumentclass.
-