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 and Description |
---|---|
Tag |
Element.tag()
Get the Tag for this element.
|
Constructor and 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 and 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 © 2017. All rights reserved.