Uses of Enum
org.jsoup.nodes.Document.OutputSettings.Syntax
-
Uses of Document.OutputSettings.Syntax in org.jsoup.nodes
Modifier and TypeMethodDescriptionDocument.OutputSettings.syntax()
Get the document's current output syntax.Document.OutputSettings.Syntax.valueOf
(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.Modifier and TypeMethodDescriptionstatic @Nullable String
Attribute.getValidKey
(String key, Document.OutputSettings.Syntax syntax) Get a valid attribute key for the given syntax.Document.OutputSettings.syntax
(Document.OutputSettings.Syntax syntax) Set the document's output syntax.