Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method | Description |
---|---|---|
Attributes |
Node.attributes() |
Get all of the element's attributes.
|
Attributes |
TextNode.attributes() |
|
Attributes |
Attributes.clone() |
Modifier and Type | Method | Description |
---|---|---|
void |
Attributes.addAll(Attributes incoming) |
Add all the attributes from the incoming set to this set.
|
Constructor | Description |
---|---|
Element(Tag tag,
String baseUri,
Attributes attributes) |
Create a new, standalone Element.
|
FormElement(Tag tag,
String baseUri,
Attributes attributes) |
Create a new, standalone form element.
|
Node(String baseUri,
Attributes attributes) |
Create a new Node.
|
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.