Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Attributes.asList()
Get the attributes as a List, for iteration.
|
java.util.Iterator<Attribute> |
Attributes.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Attributes.put(Attribute attribute)
Set a new attribute, or replace an existing one by key.
|
Copyright © 2009-2012 Jonathan Hedley. All Rights Reserved.