Uses of Enum Class
org.jsoup.nodes.Document.QuirksMode
Packages that use Document.QuirksMode
-
Uses of Document.QuirksMode in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Document.QuirksModeMethods in org.jsoup.nodes that return Document.QuirksModeModifier and TypeMethodDescriptionDocument.quirksMode()static Document.QuirksModeReturns the enum constant of this class with the specified name.static Document.QuirksMode[]Document.QuirksMode.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.QuirksMode