|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
org.jsoup.nodes | HTML document structure nodes. |
Uses of Attribute in org.jsoup.nodes |
---|
Methods in org.jsoup.nodes that return Attribute | |
---|---|
Attribute |
Attribute.clone()
|
static Attribute |
Attribute.createFromEncoded(String unencodedKey,
String encodedValue)
Create a new Attribute from an unencoded key and a HTML attribute encoded value. |
Methods in org.jsoup.nodes that return types with arguments of type Attribute | |
---|---|
List<Attribute> |
Attributes.asList()
Get the attributes as a List, for iteration. |
Iterator<Attribute> |
Attributes.iterator()
|
Methods in org.jsoup.nodes with parameters of type Attribute | |
---|---|
void |
Attributes.put(Attribute attribute)
Set a new attribute, or replace an existing one by key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |