Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
Modifier and Type | Method | Description |
---|---|---|
Tag |
Element.tag() |
Get the Tag for this element.
|
Constructor | Description |
---|---|
Element(Tag tag,
String baseUri) |
Create a new Element from a tag and a base URI.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static Tag |
Tag.valueOf(String tagName) |
Get a Tag by name.
|
static Tag |
Tag.valueOf(String tagName,
ParseSettings settings) |
Get a Tag by name.
|
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.