Uses of Enum Class
org.jsoup.nodes.Document.OutputSettings.Syntax
Packages that use Document.OutputSettings.Syntax
Package
Description
Package containing classes supporting the core jsoup code.
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of Document.OutputSettings.Syntax in org.jsoup.helper
Fields in org.jsoup.helper declared as Document.OutputSettings.SyntaxMethods in org.jsoup.helper with parameters of type Document.OutputSettings.SyntaxModifier and TypeMethodDescriptionprivate voidW3CDom.W3CBuilder.setAttribute(Element jEl, Element wEl, Attribute attribute, Document.OutputSettings.Syntax syntax) -
Uses of Document.OutputSettings.Syntax in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Document.OutputSettings.SyntaxModifier and TypeFieldDescriptionprivate Document.OutputSettings.SyntaxDocument.OutputSettings.syntaxMethods in org.jsoup.nodes that return Document.OutputSettings.SyntaxModifier and TypeMethodDescriptionDocument.OutputSettings.syntax()Get the document's current output syntax.Returns the enum constant of this class with the specified name.static Document.OutputSettings.Syntax[]Document.OutputSettings.Syntax.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jsoup.nodes with parameters of type Document.OutputSettings.SyntaxModifier and TypeMethodDescriptionstatic StringAttribute.getValidKey(String key, Document.OutputSettings.Syntax syntax) Get a valid attribute key for the given syntax.private StringElement.safeTagName(Document.OutputSettings.Syntax syntax) Document.OutputSettings.syntax(Document.OutputSettings.Syntax syntax) Set the document's output syntax. -
Uses of Document.OutputSettings.Syntax in org.jsoup.parser
Fields in org.jsoup.parser declared as Document.OutputSettings.SyntaxModifier and TypeFieldDescription(package private) final Document.OutputSettings.SyntaxTokeniser.syntax