Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Document.OutputSettings
Packages that use Document.OutputSettings
-
Uses of Document.OutputSettings in com.itextpdf.styledxmlparser.jsoup
Methods in com.itextpdf.styledxmlparser.jsoup with parameters of type Document.OutputSettingsModifier and TypeMethodDescriptionstatic String
Jsoup.clean
(String bodyHtml, String baseUri, Safelist safelist, Document.OutputSettings outputSettings) Get safe HTML from untrusted input HTML, by parsing input HTML and filtering it through a safe-list of permitted tags and attributes.static String
Jsoup.clean
(String bodyHtml, String baseUri, Whitelist safelist, Document.OutputSettings outputSettings) Deprecated.as of 1.14.1. -
Uses of Document.OutputSettings in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as Document.OutputSettingsModifier and TypeFieldDescriptionprivate static final Document.OutputSettings
Entities.DefaultOutput
private final Document.OutputSettings
Node.OuterHtmlVisitor.out
private Document.OutputSettings
Document.outputSettings
Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return Document.OutputSettingsModifier and TypeMethodDescriptionUpdate the document's output charset.Update the document's output charset.Document.OutputSettings.escapeMode
(Entities.EscapeMode escapeMode) Set the document's escape mode, which determines how characters are escaped when the output character set does not support a given character:- using either a named or a numbered escape.Document.OutputSettings.indentAmount
(int indentAmount) Set the indent amount for pretty printingDocument.OutputSettings.outline
(boolean outlineMode) Enable or disable HTML outline mode.Document.outputSettings()
Get the document's current output settings.(package private) static Document.OutputSettings
NodeUtils.outputSettings
(Node node) Get the output setting for this node, or if this node has no document (or parent), retrieve the default output settingsDocument.OutputSettings.prettyPrint
(boolean pretty) Enable or disable pretty printing.Document.OutputSettings.syntax
(Document.OutputSettings.Syntax syntax) Set the document's output syntax.Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type Document.OutputSettingsModifier and TypeMethodDescription(package private) static void
Entities.escape
(Appendable accum, String str, Document.OutputSettings out, boolean inAttribute, boolean normaliseWhite, boolean stripLeadingWhite) static String
Entities.escape
(String string, Document.OutputSettings out) HTML escape an input string.private void
XmlDeclaration.getWholeDeclaration
(Appendable accum, Document.OutputSettings out) protected void
Attribute.html
(Appendable accum, Document.OutputSettings out) protected static void
Attribute.html
(String key, String val, Appendable accum, Document.OutputSettings out) (package private) final void
Attributes.html
(Appendable accum, Document.OutputSettings out) protected void
Node.indent
(Appendable accum, int depth, Document.OutputSettings out) private boolean
Element.isFormatAsBlock
(Document.OutputSettings out) private boolean
Element.isInlineable
(Document.OutputSettings out) (package private) void
CDataNode.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
Comment.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
DataNode.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
DocumentType.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
Element.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) abstract void
Node.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) Get the outer HTML of this node.(package private) void
PseudoTextElement.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
TextNode.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
XmlDeclaration.outerHtmlHead
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
CDataNode.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
Comment.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
DataNode.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
DocumentType.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
Element.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) abstract void
Node.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
PseudoTextElement.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
TextNode.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) (package private) void
XmlDeclaration.outerHtmlTail
(Appendable accum, int depth, Document.OutputSettings out) Document.outputSettings
(Document.OutputSettings outputSettings) Set the document's output settings.protected final boolean
Attribute.shouldCollapseAttribute
(Document.OutputSettings out) Collapsible if it's a boolean attribute and value is empty or same as nameprotected static boolean
Attribute.shouldCollapseAttribute
(String key, String val, Document.OutputSettings out) Constructors in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type Document.OutputSettingsModifierConstructorDescription(package private)
OuterHtmlVisitor
(Appendable accum, Document.OutputSettings out)