|
||||||||||
| 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(java.lang.String unencodedKey,
java.lang.String encodedValue)
Create a new Attribute from an unencoded key and a HMTL attribute encoded value. |
| Methods in org.jsoup.nodes that return types with arguments of type Attribute | |
|---|---|
java.util.List<Attribute> |
Attributes.asList()
Get the attributes as a List, for iteration. |
java.util.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 | |||||||||