Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Document
Packages that use Document
Package
Description
-
Uses of Document in com.itextpdf.styledxmlparser.jsoup
Methods in com.itextpdf.styledxmlparser.jsoup that return DocumentModifier and TypeMethodDescriptionstatic Document
Parse the contents of a file as HTML.static Document
Parse the contents of a file as HTML.static Document
Jsoup.parse
(InputStream in, String charsetName, String baseUri) Read an input stream, and parse it to a Document.static Document
Jsoup.parse
(InputStream in, String charsetName, String baseUri, Parser parser) Read an input stream, and parse it to a Document.static Document
Parse HTML into a Document.static Document
Parse HTML into a Document.static Document
Parse HTML into a Document, using the provided Parser.static Document
Jsoup.parseBodyFragment
(String bodyHtml) Parse a fragment of HTML, with the assumption that it forms thebody
of the HTML.static Document
Jsoup.parseBodyFragment
(String bodyHtml, String baseUri) Parse a fragment of HTML, with the assumption that it forms thebody
of the HTML. -
Uses of Document in com.itextpdf.styledxmlparser.jsoup.helper
Methods in com.itextpdf.styledxmlparser.jsoup.helper that return DocumentModifier and TypeMethodDescriptionstatic Document
Loads and parses a file to a Document.static Document
DataUtil.load
(InputStream in, String charsetName, String baseUri) Parses a Document from an input steam.static Document
DataUtil.load
(InputStream in, String charsetName, String baseUri, Parser parser) Parses a Document from an input steam, using the provided Parser.(package private) static Document
DataUtil.parseInputStream
(InputStream input, String charsetName, String baseUri, Parser parser) -
Uses of Document in com.itextpdf.styledxmlparser.jsoup.nodes
Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return DocumentModifier and TypeMethodDescriptionstatic Document
Document.createShell
(String baseUri) Create a valid, empty shell of a document, suitable for adding more elements to.Document.normalise()
Normalise the document.Document.outputSettings
(Document.OutputSettings outputSettings) Set the document's output settings.Node.ownerDocument()
Gets the Document associated with this Node.Set the parser used to create this document.Document.quirksMode
(Document.QuirksMode quirksMode) -
Uses of Document in com.itextpdf.styledxmlparser.jsoup.parser
Fields in com.itextpdf.styledxmlparser.jsoup.parser declared as DocumentMethods in com.itextpdf.styledxmlparser.jsoup.parser that return DocumentModifier and TypeMethodDescription(package private) Document
HtmlTreeBuilder.getDocument()
static Document
Parse HTML into a Document.(package private) Document
(package private) Document
(package private) Document
static Document
Parser.parseBodyFragment
(String bodyHtml, String baseUri) Parse a fragment of HTML into thebody
of a Document.Parser.parseInput
(Reader inputHtml, String baseUri) Parser.parseInput
(String html, String baseUri) -
Uses of Document in com.itextpdf.styledxmlparser.jsoup.safety
Methods in com.itextpdf.styledxmlparser.jsoup.safety that return DocumentModifier and TypeMethodDescriptionCreates a new, clean document, from the original dirty document, containing only elements allowed by the safelist.Methods in com.itextpdf.styledxmlparser.jsoup.safety with parameters of type DocumentModifier and TypeMethodDescriptionCreates a new, clean document, from the original dirty document, containing only elements allowed by the safelist.boolean
Determines if the input document bodyis valid, against the safelist. -
Uses of Document in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Fields in com.itextpdf.styledxmlparser.node.impl.jsoup.node declared as DocumentModifier and TypeFieldDescriptionprivate Document
JsoupDocumentNode.document
The JSoup document instance.Methods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return DocumentConstructors in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type DocumentModifierConstructorDescriptionJsoupDocumentNode
(Document document) Creates a newJsoupDocumentNode
instance.