Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
TextNode.attributes() |
Attributes |
Node.attributes()
Get all of the element's attributes.
|
Attributes |
Attributes.clone() |
Modifier and Type | Method and Description |
---|---|
void |
Attributes.addAll(Attributes incoming)
Add all the attributes from the incoming set to this set.
|
Constructor and 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 © 2017. All rights reserved.