Uses of Class
org.jsoup.nodes.Attributes
-
Packages that use Attributes Package Description org.jsoup.nodes HTML document structure nodes. -
-
Uses of Attributes in org.jsoup.nodes
Methods in org.jsoup.nodes that return Attributes Modifier and Type Method Description Attributes
Node. attributes()
Get all of the element's attributes.Attributes
TextNode. attributes()
Attributes
Attributes. clone()
Methods in org.jsoup.nodes with parameters of type Attributes Modifier and Type Method Description void
Attributes. addAll(Attributes incoming)
Add all the attributes from the incoming set to this set.Constructors in org.jsoup.nodes with parameters of type Attributes Constructor Description Element(Tag tag, java.lang.String baseUri, Attributes attributes)
Create a new, standalone Element.FormElement(Tag tag, java.lang.String baseUri, Attributes attributes)
Create a new, standalone form element.Node(java.lang.String baseUri, Attributes attributes)
Create a new Node.
-