|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
---|---|
org.jsoup.nodes | HTML document structure nodes. |
Uses of Attributes in org.jsoup.nodes |
---|
Methods in org.jsoup.nodes that return Attributes | |
---|---|
Attributes |
TextNode.attributes()
|
Attributes |
Node.attributes()
Get all of the element's attributes. |
Attributes |
Attributes.clone()
|
Methods in org.jsoup.nodes with parameters of type Attributes | |
---|---|
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 | |
---|---|
Element(Tag tag,
String baseUri,
Attributes attributes)
Create a new, standalone Element. |
|
Node(String baseUri,
Attributes attributes)
Create a new Node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |