See: Description
Class | 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).
|
HttpRequest |
Represents an Http request.
|
HttpResponse |
This class encapsulates summary information of an HTTP response.
|
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).
|
Node |
Represents a Node in the DOM.
|
Text |
Represents a text node in the DOM.
|
UserAgent |
Represents a lightweight, headless browser for XML, XHTML and XML documents.
|
UserAgentSettings |
Represents UserAgent settings.
|
Enum | Description |
---|---|
JNode.Type |
Exception | Description |
---|---|
ExpirationException |
Represents an error caused software expiration.
|
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.
|