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 DocumentParse the contents of a file as HTML.static DocumentParse the contents of a file as HTML.static DocumentJsoup.parse(InputStream in, String charsetName, String baseUri) Read an input stream, and parse it to a Document.static DocumentJsoup.parse(InputStream in, String charsetName, String baseUri, Parser parser) Read an input stream, and parse it to a Document.static DocumentParse HTML into a Document.static DocumentParse HTML into a Document.static DocumentParse HTML into a Document, using the provided Parser.static DocumentJsoup.parseBodyFragment(String bodyHtml) Parse a fragment of HTML, with the assumption that it forms thebodyof the HTML.static DocumentJsoup.parseBodyFragment(String bodyHtml, String baseUri) Parse a fragment of HTML, with the assumption that it forms thebodyof the HTML. -
Uses of Document in com.itextpdf.styledxmlparser.jsoup.helper
Methods in com.itextpdf.styledxmlparser.jsoup.helper that return DocumentModifier and TypeMethodDescriptionstatic DocumentLoads and parses a file to a Document.static DocumentDataUtil.load(InputStream in, String charsetName, String baseUri) Parses a Document from an input steam.static DocumentDataUtil.load(InputStream in, String charsetName, String baseUri, Parser parser) Parses a Document from an input steam, using the provided Parser.(package private) static DocumentDataUtil.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 DocumentDocument.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) DocumentHtmlTreeBuilder.getDocument()static DocumentParse HTML into a Document.(package private) Document(package private) Document(package private) Documentstatic DocumentParser.parseBodyFragment(String bodyHtml, String baseUri) Parse a fragment of HTML into thebodyof 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.booleanDetermines 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 DocumentJsoupDocumentNode.documentThe 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 newJsoupDocumentNodeinstance.