Index

Index

From

Get the first matched element.

- Method in class org.jsoup.nodes.

Gets the first element sibling of this element.

- Method in interface org.jsoup.

Get the current followRedirects configuration.

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Configures the connection to (not) follow server redirects.

- Method in interface org.jsoup.

Configures the request to (not) follow server redirects.

- Method in class org.jsoup.helper.   - Method in class org.jsoup.helper.   - Static variable in class org.jsoup.helper.   - Method in class org.jsoup.parser.

Gets if this tag should be formatted as a block (or as inline)

- Method in class org.jsoup.nodes.

Get the data that this form submits.

- Class in

A HTML Form Element provides ready access to the form fields/controls that are associated with it.

- Constructor for class org.jsoup.nodes.

Create a new, standalone form element.

- Method in class org.jsoup.select. Get the forms from the selected elements, if any. - Method in class org.jsoup.helper.

Convert a jsoup Document to a W3C Document.

- Method in interface org.jsoup.

Execute the request as a GET, and parse the result.

- Method in class org.jsoup.helper.   - Method in class org.jsoup.nodes.

Get an attribute value by key.

- org.jsoup.   - Method in class org.jsoup.nodes.

Find all elements under this element (including self, and children of children).

- Static method in class org.jsoup.nodes.

Get the character(s) represented by the named entity

- Method in class org.jsoup.nodes.

Get the contents of the comment.

- Method in class org.jsoup.nodes.

Find an element by ID, including or under this element.

- Method in class org.jsoup.nodes.

Find elements that have a named attribute set.

- Method in class org.jsoup.nodes.

Find elements that have an attribute name starting with the supplied prefix.

- Method in class org.jsoup.nodes.

Find elements that have an attribute with the specific value.

- Method in class org.jsoup.nodes.

Find elements that have attributes whose value contains the match string.

- Method in class org.jsoup.nodes.

Find elements that have attributes that end with the value suffix.

- Method in class org.jsoup.nodes.

Find elements that have attributes whose values match the supplied regular expression.

- Method in class org.jsoup.nodes.

Find elements that have attributes whose values match the supplied regular expression.

- Method in class org.jsoup.nodes.

Find elements that either do not have this attribute, or have it with a different value.

- Method in class org.jsoup.nodes.

Find elements that have attributes that start with the value prefix.

- Method in class org.jsoup.nodes.

Find elements that have this class, including or under this element.

- Method in class org.jsoup.nodes.

Find elements whose sibling index is equal to the supplied index.

- Method in class org.jsoup.nodes.

Find elements whose sibling index is greater than the supplied index.

- Method in class org.jsoup.nodes.

Find elements whose sibling index is less than the supplied index.

- Method in class org.jsoup.nodes.

Finds elements, including and recursively under this element, with the specified tag name.

- Method in class org.jsoup.nodes.

Find elements that directly contain the specified string.

- Method in class org.jsoup.nodes.

Find elements that contain the specified string.

- Method in class org.jsoup.nodes.

Find elements whose own text matches the supplied regular expression.

- Method in class org.jsoup.nodes.

Find elements whose own text matches the supplied regular expression.

- Method in class org.jsoup.nodes.

Find elements whose text matches the supplied regular expression.

- Method in class org.jsoup.nodes.

Find elements whose text matches the supplied regular expression.

- Method in class org.jsoup.parser.

Retrieve the error message.

- Method in class org.jsoup.parser.

Retrieve the parse errors, if any, from the last parse.

- Method in class org.jsoup.nodes.

Get an attribute's value by case-insensitive key

- Method in class org.jsoup.nodes.

Get the attribute key.

- Method in exception org.jsoup.   - Method in class org.jsoup.parser.

Get this tag's name.

- Method in class org.jsoup.examples.

Format an Element to plain-text

- Method in class org.jsoup.parser.

Retrieves the offset of the error.

- Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in exception org.jsoup.   - Method in class org.jsoup.parser.

Get the TreeBuilder currently in use.

- Method in exception org.jsoup.   - Method in exception org.jsoup.   - Method in class org.jsoup.nodes.

Get the attribute value.

- Method in class org.jsoup.nodes.

Get the data contents of this node.

- Method in class org.jsoup.nodes.

Get the unencoded XML declaration.

- Method in class org.jsoup.nodes.

Get the (unencoded) text of this text node, including any newlines and spaces present in the original.

- Method in class org.jsoup.nodes.

Test if this element has an attribute.

- Method in class org.jsoup.select.

Checks if any of the matched elements have this attribute defined.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Check if this Node has an actual Attributes object.

- Method in enum org.jsoup.

Check if this HTTP method has/needs a request body

- Method in class org.jsoup.nodes.

Tests if this element has a class.

- Method in class org.jsoup.select.

Determine if any of the matched elements have this class name set in their class attribute.

- Method in interface org.jsoup.

Check if a cookie is present

- Method in class org.jsoup.nodes.

Check if this Attribute has a value.

- Method in class org.jsoup.nodes.

Check if these attributes contain an attribute with a value for this key.

- Method in class org.jsoup.nodes.

Check if these attributes contain an attribute with a value for this key.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Calculates the hashcode of these attributes, by iterating all attributes and summing their hashcodes.

- Method in class org.jsoup.parser.   - Method in interface org.jsoup.

Check if a header is present

- Method in interface org.jsoup.

Check if a header is present, with the given value

- Method in interface org.jsoup.

Does this keyval have an input stream?

- Method in class org.jsoup.helper.   - Method in class org.jsoup.nodes.

Tests if these attributes contain an attribute with this key.

- Method in class org.jsoup.nodes.

Tests if these attributes contain an attribute with this key.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Check if this node is has the same content as another node.

- Method in class org.jsoup.nodes.

Test if this element has any text content (that is not just whitespace).

- Method in class org.jsoup.select.

Test if any matched Element has any text content, that is not just whitespace.

- Method in class org.jsoup.nodes.

Accessor to the document's head element.

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.select.

Callback for when a node is first visited.

- Method in interface org.jsoup.select.

Callback for when a node is first visited.

- org.jsoup.   - Method in interface org.jsoup.

Get the value of a header.

- Method in interface org.jsoup.

Set a header.

- Method in interface org.jsoup.

Set a request header.

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Retrieve all of the request/response header names and corresponding values as a map.

- Method in interface org.jsoup.

Get the values of a header.

- Method in interface org.jsoup.

Adds each of the supplied headers to the request.

- Method in class org.jsoup.helper.   - org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Get the HTML representation of this attribute; e.g.

- Method in class org.jsoup.nodes.

Get the HTML representation of these attributes.

- Method in class org.jsoup.nodes.

Retrieves the element's inner HTML.

- Method in class org.jsoup.select.

Get the combined inner HTML of all matched elements.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Set this element's inner HTML.

- Method in class org.jsoup.select.

Set the inner HTML of each matched element.

- Static method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes. Write this node and its children to the given . - Static variable in class org.jsoup.parser.

HTML default settings: both tag and attribute names are lower-cased during parsing.

- Static method in class org.jsoup.parser.

Create a new HTML parser.

- Class in

HTML to plain-text.

- Constructor for class org.jsoup.examples.   - Class in

HTML Tree Builder; creates a DOM from Tokens.

- Constructor for class org.jsoup.parser.   - Class in Implementation of . - Constructor for class org.jsoup.helper.   - Class in   - Class in   - Class in   - Exception in

Signals that a HTTP request resulted in a not OK HTTP response.

- Constructor for exception org.jsoup.   - Method in class org.jsoup.nodes.

Get the id attribute of this element.

- Constructor for class org.jsoup.select.   - Method in interface org.jsoup.

Get the current ignoreContentType configuration.

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Ignore the document's Content-Type when parsing the response.

- Method in interface org.jsoup.

Configures the request to ignore the Content-Type of the response.

- Method in class org.jsoup.helper.   - Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Get the current ignoreHttpErrors configuration.

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Configures the connection to not throw exceptions when a HTTP error occurs.

- Method in interface org.jsoup.

Configures the request to ignore HTTP errors in the response.

- Method in class org.jsoup.helper.   - Method in class org.jsoup.helper.   - Static method in class org.jsoup.internal.   - Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Get the current tag indent amount, used when pretty printing.

- Method in class org.jsoup.nodes.

Set the indent amount for pretty printing

- Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Method in class org.jsoup.parser.   - Method in class org.jsoup.parser.   - Method in interface org.jsoup.

Get the input stream associated with this keyval, if any

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Add or update an input stream to this keyVal

- Method in class org.jsoup.helper.   - Method in class org.jsoup.nodes.

Inserts the given child nodes into this element at the specified index.

- Method in class org.jsoup.nodes.

Inserts the given child nodes into this element at the specified index.

- Static method in class org.jsoup.internal.   - Method in exception org.jsoup.   - Method in class org.jsoup.nodes. Checks if this element matches the given CSS query. - Method in class org.jsoup.select.

Test if any of the matched elements match the supplied query.

- Method in class org.jsoup.nodes.

Check if this element matches the given evaluator.

- Static method in class org.jsoup.internal.

Tests if a code point is "whitespace" as defined by what it looks like.

- Static method in class org.jsoup.nodes.

Check if the input is a known named entity in the base entity set.

- Method in class org.jsoup.nodes.

Test if this text node is blank -- that is, empty or only whitespace (including newlines).

- Static method in class org.jsoup.internal.

Tests if a string is blank: null, empty, or only whitespace (" ", \r\n, \t, etc)

- Method in class org.jsoup.nodes.

Test if this element is a block-level element.

- Method in class org.jsoup.parser.

Gets if this is a block tag.

- Static method in class org.jsoup.nodes.

Checks if this attribute name is defined as a boolean attribute in HTML5

- Method in class org.jsoup.nodes.   - Static method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Test if this Attributes list is empty (size==0).

- Method in class org.jsoup.parser.

Tests if all the content has been read.

- Method in class org.jsoup.parser.

Get if this is an empty tag

- Method in class org.jsoup.parser.

Is the queue empty?

- Constructor for class org.jsoup.select.   - Static method in class org.jsoup.helper.

Validates that the value is false

- Static method in class org.jsoup.helper.

Validates that the value is false

- Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Method in class org.jsoup.parser.

Get if this tag represents a control associated with a form.

- Method in class org.jsoup.parser.

Get if this tag represents an element that should be submitted with a form.

- Method in class org.jsoup.parser.

Gets if this tag is an inline tag.

- Static method in class org.jsoup.internal.   - Method in class org.jsoup.parser.

Get if this is a pre-defined tag, or was auto created on parsing.

- Static method in class org.jsoup.parser.

Check if this tagname is a known tag.

- Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Static method in class org.jsoup.nodes.

Check if the input is a known named entity

- Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Static method in class org.jsoup.internal.

Tests if a string is numeric, i.e.

- Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Method in class org.jsoup.safety.

Test if the supplied attribute is allowed by this whitelist for this tag

- Method in class org.jsoup.safety.

Test if the supplied tag is allowed by this whitelist

- Method in class org.jsoup.parser.

Get if this tag is self closing.

- Method in class org.jsoup.parser.

Check if parse error tracking is enabled.

- Static method in class org.jsoup.helper.

Validates that the value is true

- Static method in class org.jsoup.helper.

Validates that the value is true

- Static method in class org.jsoup.

Test if the input body HTML has only tags and attributes allowed by the Whitelist.

- Method in class org.jsoup.safety.

Determines if the input document bodyis valid, against the whitelist.

- Method in class org.jsoup.safety.   - Static method in class org.jsoup.internal.

Tests if a code point is "whitespace" as defined in the HTML spec.

- Method in class org.jsoup.nodes.

Check if this comment looks like an XML Declaration.

- Method in class org.jsoup.nodes.   - Static method in class org.jsoup.internal.

Join an array of strings by a separator

- Static method in class org.jsoup.internal.

Join a collection of strings by a separator

- Static method in class org.jsoup.internal.

Join a collection of strings by a separator

- Class in

The core public access point to the jsoup functionality.

- Method in interface org.jsoup.

Get the key of a keyval

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Update the key of a keyval

- Method in class org.jsoup.helper.   - Method in class org.jsoup.select.

Get the last matched element.

- Method in class org.jsoup.nodes.

Gets the last element sibling of this element

- org.jsoup.nodes.   - Class in

Example program to list links from a URL.

- Constructor for class org.jsoup.examples.   - Static method in class org.jsoup.helper.

Loads a file to a Document.

- Static method in class org.jsoup.helper.

Parses a Document from an input steam.

- Static method in class org.jsoup.helper.

Parses a Document from an input steam, using the provided Parser.

- Method in class org.jsoup.nodes.

Get the URL this Document was parsed from.

- Static method in class org.jsoup.internal.   - Static method in class org.jsoup.examples.   - Static method in class org.jsoup.examples.   - Static method in class org.jsoup.examples.   - Method in class org.jsoup.parser.

Tests if the queue matches the sequence (as with match), and if they do, removes the matched string from the queue.

- Method in class org.jsoup.parser.

Tests if the next characters on the queue match the sequence.

- Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.

Test if the element meets the evaluator's requirements.

- Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Method in class org.jsoup.select.   - Constructor for class org.jsoup.select.   - Method in class org.jsoup.parser.   - Method in class org.jsoup.parser.

Tests if the next characters match any of the sequences.

- Method in class org.jsoup.parser.

Case sensitive match test.

- Constructor for class org.jsoup.select.   - Method in class org.jsoup.parser.   - Method in class org.jsoup.parser.

Tests if queue starts with a whitespace character.

- Method in class org.jsoup.parser.

Test if the queue matches a word character (letter or digit).

- Constructor for class org.jsoup.select.   - Method in interface org.jsoup.

Get the maximum body size, in bytes.

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Set the maximum bytes to read from the (uncompressed) connection into the body, before the connection is closed, and the input truncated (i.e.

- Method in interface org.jsoup.

Update the maximum body size, in bytes.

- Method in class org.jsoup.helper.   - Method in class org.jsoup.helper.   - Static variable in class org.jsoup.parser.   - Method in interface org.jsoup.

Get the request method

- Method in interface org.jsoup.

Set the request method

- Method in interface org.jsoup.

Set the request method to use, GET or POST.

- Method in class org.jsoup.helper.   - Method in interface org.jsoup.

Retreive all of the headers, keyed by the header name, and with a list of values per header.

- Static variable in class org.jsoup.helper.   - Method in class org.jsoup.nodes.

Get this doctype's name (when set, or empty string)

- Method in class org.jsoup.nodes.

Get the name of this declaration.

- Method in class org.jsoup.select.

Get the immediate next element sibling of each element in this list.

- Method in class org.jsoup.select.

Get the immediate next element sibling of each element in this list, filtered by the query.

- Method in class org.jsoup.select.

Get each of the following element siblings of each element in this list.

- Method in class org.jsoup.select.

Get each of the following element siblings of each element in this list, that match the query.

- Method in class org.jsoup.nodes.

Gets the next sibling element of this element.

- Method in class org.jsoup.nodes.

Get each of the sibling elements that come after this element.

- Method in class org.jsoup.nodes.

Get this node's next sibling.

- Class in

The base, abstract Node model.

- Constructor for class org.jsoup.nodes.

Default constructor.

- Interface in

Node filter interface.

- Enum in

Filter decision.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Get the node name of this node.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.   - Class in

Depth-first node traversor.

- Constructor for class org.jsoup.select.   - Interface in

Node visitor interface.

- Static method in class org.jsoup.safety.

This whitelist allows only text nodes: all HTML will be stripped.

- Static method in class org.jsoup.helper.

Validates that the array contains no null elements

- Static method in class org.jsoup.helper.

Validates that the array contains no null elements

- org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Normalise the document.

- Static method in class org.jsoup.internal.

Normalise the whitespace within this string; multiple spaces collapse to a single, and all whitespace characters (e.g.

- Method in class org.jsoup.nodes.

Internal method.

- Static method in class org.jsoup.internal.   - Static method in class org.jsoup.internal.   - Method in class org.jsoup.parser.

Normalizes an attribute according to the case preservation setting.

- Class in

Util methods for normalizing strings.

- Constructor for class org.jsoup.internal.   - Method in class org.jsoup.parser.

Normalizes a tag name according to the case preservation setting.

- Method in class org.jsoup.nodes.

Get the normalized name of this Element's tag.

- Method in class org.jsoup.parser.

Get this tag's normalized (lowercased) name.

- Method in class org.jsoup.select. Remove elements from this list that match the query. - Static method in class org.jsoup.helper.

Validates that the string is not empty

- Static method in class org.jsoup.helper.

Validates that the string is not empty

- Static method in class org.jsoup.helper.

Validates that the object is not null

- Static method in class org.jsoup.helper.

Validates that the object is not null

- Static method in class org.jsoup.parser.   - Method in class org.jsoup.helper.   - org.jsoup.   - package org.jsoup Contains the main class, which provides convenient static access to the jsoup functionality. - package org.jsoup.examples

Contains example programs and use of jsoup.

- package org.jsoup.helper   - package org.jsoup.internal

Util methods used by Jsoup.

- package org.jsoup.nodes

HTML document structure nodes.

- package org.jsoup.parser

Contains the HTML parser, tag specifications, and HTML tokeniser.

- package org.jsoup.safety

Contains the jsoup HTML cleaner, and whitelist definitions.

- package org.jsoup.select

Packages to support the CSS-style element selector.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Get the outer HTML of this node.

- Method in class org.jsoup.select.

Get the combined outer HTML of all matched elements.

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Get if outline mode is enabled.

- Method in class org.jsoup.nodes.

Enable or disable HTML outline mode.

- Static method in class org.jsoup.helper.

Canned default for HTML output.

- Method in class org.jsoup.nodes.

Get the document's current output settings.

- Method in class org.jsoup.nodes.

Set the document's output settings.

- Constructor for class org.jsoup.nodes.   - Static method in class org.jsoup.helper.

Canned default for XML output.

- Method in class org.jsoup.nodes.

Gets the Document associated with this Node.

- Method in class org.jsoup.nodes.

Gets the text owned by this element only; does not get the combined text of all children.

- Static method in class org.jsoup.internal.

Returns space padding

- Method in class org.jsoup.nodes.   - Method in class org.jsoup.nodes.

Gets this node's parent node.

- Method in class org.jsoup.nodes.

Gets this node's parent node.

- Method in class org.jsoup.nodes.

Get this element's parent and ancestors, up to the document root.

- Method in class org.jsoup.select.

Get all of the parents and ancestor elements of the matched elements.

- Method in interface org.jsoup.

Read and parse the body of the response as a Document.



Read Next page

Report Page