Package | Description |
---|---|
com.itextpdf.html2pdf.html.impl.jsoup.node | |
org.jsoup | |
org.jsoup.helper | |
org.jsoup.nodes | |
org.jsoup.parser | |
org.jsoup.safety |
Modifier and Type | Method and Description |
---|---|
Document |
JsoupDocumentNode.getDocument()
Gets the JSoup document.
|
Constructor and Description |
---|
JsoupDocumentNode(Document document)
Creates a new JsoupDocumentNode instance.
|
Modifier and Type | Method and Description |
---|---|
static Document |
Jsoup.parse(File in, String charsetName)
Parse the contents of a file as HTML.
|
static Document |
Jsoup.parse(File in, String charsetName, String baseUri)
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 |
Jsoup.parse(String html)
Parse HTML into a Document.
|
static Document |
Jsoup.parse(String html, String baseUri)
Parse HTML into a Document.
|
static Document |
Jsoup.parse(String html, String baseUri, Parser parser)
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 the body of the HTML.
|
static Document |
Jsoup.parseBodyFragment(String bodyHtml, String baseUri)
Parse a fragment of HTML, with the assumption that it forms the body of the HTML.
|
Modifier and Type | Method and Description |
---|---|
static Document |
DataUtil.load(File in, String charsetName, String baseUri)
Loads 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.
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.clone() |
static Document |
Document.createShell(String baseUri)
Create a valid, empty shell of a document, suitable for adding more elements to.
|
Document |
Document.normalise()
Normalise the document.
|
Document |
Document.outputSettings(Document.OutputSettings outputSettings)
Set the document's output settings.
|
Document |
Node.ownerDocument()
Gets the Document associated with this Node.
|
Document |
Document.quirksMode(Document.QuirksMode quirksMode) |
Modifier and Type | Field and Description |
---|---|
protected Document |
TreeBuilder.doc |
Modifier and Type | Method and Description |
---|---|
static Document |
Parser.parse(String html, String baseUri)
Parse HTML into a Document.
|
static Document |
Parser.parseBodyFragment(String bodyHtml, String baseUri)
Parse a fragment of HTML into the body of a Document.
|
static Document |
Parser.parseBodyFragmentRelaxed(String bodyHtml, String baseUri)
|
Document |
Parser.parseInput(String html, String baseUri) |
Modifier and Type | Method and Description |
---|---|
Document |
Cleaner.clean(Document dirtyDocument)
Creates a new, clean document, from the original dirty document, containing only elements allowed by the whitelist.
|
Modifier and Type | Method and Description |
---|---|
Document |
Cleaner.clean(Document dirtyDocument)
Creates a new, clean document, from the original dirty document, containing only elements allowed by the whitelist.
|
boolean |
Cleaner.isValid(Document dirtyDocument)
Determines if the input document is valid, against the whitelist.
|
Copyright © 1998–2019 iText Group NV. All rights reserved.