-
Deprecated ClassesClassDescriptionThis selector is deprecated and will be removed in jsoup 1.24.1. Migrate to
::textnodeusing theElement#selectNodes(method instead.)
-
Deprecated FieldsFieldDescriptionNot used anymore; configure parser depth via
Parser.setMaxDepth(. Will be removed in jsoup 1.24.1.int)
-
Deprecated MethodsMethodDescriptionuse
Connection.Request.sslContext(instead; will be removed in jsoup 1.24.1.SSLContext) useConnection.Response.readFully(instead (for the checked exception). Will be removed in jsoup 1.24.1.) useConnection.sslContext(instead; will be removed in jsoup 1.24.1.SSLContext) prefer to useValidate.expectNotNull(instead; will be removed in jsoup 1.24.1Object, String, Object...) prefer to useValidate.expectNotNull(instead; will be removed in jsoup 1.24.1Object, String, Object...) internal method; useAttribute.html(withString, String, QuietAppendable, Document.OutputSettings) QuietAppendable.wrap(instead. Will be removed in jsoup 1.24.1.Appendable) internal method; useAttribute.html(withString, String, QuietAppendable, Document.OutputSettings) QuietAppendable.wrap(instead. Will be removed in jsoup 1.24.1.Appendable) internal method; useAttribute.shouldCollapseAttribute(instead. Will be removed in jsoup 1.24.1.String, String, Document.OutputSettings) internal method moved into Printer; will be removed in jsoup 1.24.1.internal pretty-printing flag; useTag.isInline(or) Tag.isBlock(to check layout intent. Will be removed in jsoup 1.24.1.)
-
Deprecated ConstructorsConstructorDescriptionsince 1.22.1, use
AttributeKeyPair(; the previous trimQuoted parameter is no longer used. This constructor will be removed in jsoup 1.24.1.String, String)
Element.selectNodes( String, Class)instead, with selector of::textnodeand classTextNode; will be removed in jsoup 1.24.1.