Uses of Class
org.jsoup.nodes.Attributes
Packages that use Attributes
-
Uses of Attributes in org.jsoup.nodes
Methods in org.jsoup.nodes that return AttributesModifier and TypeMethodDescriptionAdds a new attribute.Element.attributes()
abstract Attributes
Node.attributes()
Get all of the element's attributes.Attributes.clone()
Set a new boolean attribute, remove attribute if value is false.Set a new attribute, or replace an existing one by key.Set a new attribute, or replace an existing one by key.Methods in org.jsoup.nodes with parameters of type AttributesModifier and TypeMethodDescriptionvoid
Attributes.addAll
(Attributes incoming) Add all the attributes from the incoming set to this set.Constructors in org.jsoup.nodes with parameters of type AttributesModifierConstructorDescriptionAttribute
(String key, String val, Attributes parent) Create a new attribute from unencoded (raw) key and value.Element
(Tag tag, String baseUri, Attributes attributes) Create a new, standalone Element.FormElement
(Tag tag, String baseUri, Attributes attributes) Create a new, standalone form element.PseudoTextElement
(Tag tag, String baseUri, Attributes attributes)