Class and Description |
---|
org.jsoup.nodes.BooleanAttribute
just use null values (vs empty string) for booleans.
|
Method and Description |
---|
org.jsoup.parser.Tag.canContainBlock()
No longer used, and no different result than {
Tag.isBlock() } |
org.jsoup.nodes.TextNode.createFromEncoded(String, String)
use
TextNode.createFromEncoded(String) instead, as LeafNodes don't carry base URIs. |
org.jsoup.nodes.Entities.getCharacterByName(String)
does not support characters outside the BMP or multiple character names
|
org.jsoup.nodes.Attribute.isBooleanAttribute() |
org.jsoup.parser.Parser.parseBodyFragmentRelaxed(String, String) |
org.jsoup.select.NodeTraversor.traverse(Node)
Just use the static
NodeTraversor.filter(NodeFilter, Node) method. |
Copyright © 2009–2021 Jonathan Hedley. All rights reserved.