Uses of Enum
org.jsoup.nodes.Document.QuirksMode
-
Uses of Document.QuirksMode in org.jsoup.nodes
Modifier and TypeMethodDescriptionDocument.quirksMode()
static Document.QuirksMode
Document.QuirksMode.valueOf
(String name) Returns the enum constant of this type with the specified name.static Document.QuirksMode[]
Document.QuirksMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.