Uses of Class
org.jsoup.nodes.Document.OutputSettings.Syntax
-
Packages that use Document.OutputSettings.Syntax Package Description org.jsoup.nodes HTML document structure nodes. -
-
Uses of Document.OutputSettings.Syntax in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Document.OutputSettings.Syntax Modifier and Type Field Description private Document.OutputSettings.SyntaxDocument.OutputSettings. syntaxMethods in org.jsoup.nodes that return Document.OutputSettings.Syntax Modifier and Type Method Description Document.OutputSettings.SyntaxDocument.OutputSettings. syntax()Get the document's current output syntax.static Document.OutputSettings.SyntaxDocument.OutputSettings.Syntax. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Document.OutputSettings.Syntax[]Document.OutputSettings.Syntax. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jsoup.nodes with parameters of type Document.OutputSettings.Syntax Modifier and Type Method Description Document.OutputSettingsDocument.OutputSettings. syntax(Document.OutputSettings.Syntax syntax)Set the document's output syntax.
-