Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
static Attribute |
Attribute.createFromEncoded(String unencodedKey,
String encodedValue)
Create a new Attribute from an unencoded key and a HMTL attribute encoded value.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
Attributes.asList()
Get the attributes as a List, for iteration.
|
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-2014 Jonathan Hedley. All Rights Reserved.