Package | Description |
---|---|
com.jaunt |
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
|
com.jaunt.component | |
com.jaunt.util |
Class and Description |
---|
Comment
Represents an HTML/XHTML comment, CDATA section, DOCTYPE declaration, or processing instruction.
|
Cookie
Represents a cookie.
|
Cookies
A container for Cookie objects.
|
Document
Represents an HTML, XHTML, or XML Document
|
Element
Represents an HTML, XHTML, or XML Element.
|
Elements
A container class for holding search results, which is itself searchable (inheriting search methods from Element).
|
ExpirationException
Represents an error caused software expiration.
|
HttpRequest
Represents an Http request.
|
HttpResponse
This class encapsulates summary information of an HTTP response.
|
JauntException
The superclass of all Jaunt-related checked Exceptions.
|
JNode
A JNode (JSON Node) represents a node of a JSON tree; depending on its type, it can represent an object node, array node, or a primitive node (String, numerics, booleans).
|
JNode.Type |
MultipleFound
Represents an error caused by an finding multiple search results where only one was expected.
|
Node
Represents a Node in the DOM.
|
NotFound
Represents an error caused by an inability to locate the target of a search.
|
ResponseException
Represents a connection error or HTTP error.
|
SearchException
Represents an error related to a search function.
|
UserAgent
Represents a lightweight, headless browser for XML, XHTML and XML documents.
|
UserAgentSettings
Represents UserAgent settings.
|
Class and Description |
---|
Document
Represents an HTML, XHTML, or XML Document
|
Element
Represents an HTML, XHTML, or XML Element.
|
HttpRequest
Represents an Http request.
|
JauntException
The superclass of all Jaunt-related checked Exceptions.
|
MultipleFound
Represents an error caused by an finding multiple search results where only one was expected.
|
NotFound
Represents an error caused by an inability to locate the target of a search.
|
ResponseException
Represents a connection error or HTTP error.
|
SearchException
Represents an error related to a search function.
|
UserAgent
Represents a lightweight, headless browser for XML, XHTML and XML documents.
|
Class and Description |
---|
Comment
Represents an HTML/XHTML comment, CDATA section, DOCTYPE declaration, or processing instruction.
|
Element
Represents an HTML, XHTML, or XML Element.
|
HttpResponse
This class encapsulates summary information of an HTTP response.
|
JauntException
The superclass of all Jaunt-related checked Exceptions.
|
Text
Represents a text node in the DOM.
|
UserAgent
Represents a lightweight, headless browser for XML, XHTML and XML documents.
|