Skip navigation links
A C D E F G H I J K L M N O P R S T U V W Z 

C

Cache - Interface in com.jaunt.util
An interface for caching HTML/XML document content associated with urls.
cached() - Method in class com.jaunt.HttpResponse
Whether the response data was pulled from a local cache.
CacheException - Exception in com.jaunt.util
Represents a caching-related error.
CacheException(String) - Constructor for exception com.jaunt.util.CacheException
 
cachingEnabled() - Method in class com.jaunt.UserAgent
Indicates whether document caching is enabled.
CDATA - Static variable in class com.jaunt.Comment
commentType constant denoting a comment of type CDATA (eg, <![CDATA[ text ]]>)
charset - Variable in class com.jaunt.UserAgentSettings
UserAgent setting indicating which Charset encoding to use - supports canonical name or an alias.
checkSSLCerts - Variable in class com.jaunt.UserAgentSettings
UserAgent setting indicating whether to check SSL certificates for validity or blindly trust all certificates (including self-signed certificates).
childCommentAllowed(Element, Comment) - Method in class com.jaunt.util.Filter
Deprecated.
satisfies FilerCallback interface.
childCommentAllowed(Element, Comment) - Method in interface com.jaunt.util.FilterCallback
Deprecated.
whether the specified child comment for the specified parent element is allowed through the filter.
childElementAllowed(Element, Element) - Method in class com.jaunt.util.Filter
Deprecated.
satisfies FilerCallback interface.
childElementAllowed(Element, Element) - Method in interface com.jaunt.util.FilterCallback
Deprecated.
whether the specified child element for the specified parent element is allowed through the filter.
childTextAllowed(Element, Text) - Method in class com.jaunt.util.Filter
Deprecated.
satisfies FilerCallback interface.
childTextAllowed(Element, Text) - Method in interface com.jaunt.util.FilterCallback
Deprecated.
whether the specified text for the specified parent element is allowed through the filter.
choose(String, String) - Method in class com.jaunt.component.Form
Deprecated.
choose(short, String) - Method in class com.jaunt.component.Form
choose(String, String) - Method in class com.jaunt.Document
choose(short, String) - Method in class com.jaunt.Document
chooseCheckBox(String, short) - Method in class com.jaunt.component.Form
Selects the checkbox with the specified (case-insensitive, wordspace-insensitive) text label.
chooseCheckBox(String, short) - Method in class com.jaunt.Document
Selects the checkbox who's label is matched by the specified (case-insensitive) regular expression.
chooseMenuItem(String, String) - Method in class com.jaunt.component.Form
Completes the menu that has the specified text label (case insensitive, wordspace insensitive) by selecting the menuitem(s) that matches the specified (case insensitive) regular expression (using Matcher.matches).
chooseMenuItem(String, String) - Method in class com.jaunt.Document
Completes the menu that has the specified text label (case insensitive, wordspace insensitive) by selecting the menuitem(s) that matches the specified (case insensitive) regular expression (using Matcher.matches).
chooseRadioButton(String, short) - Method in class com.jaunt.component.Form
Selects the radiobutton with the specified (case-insensitive, wordspace-insensitive) text label.
chooseRadioButton(String, short) - Method in class com.jaunt.Document
Selects the radiobutton who's label is matched by the specified (case-insensitive) regular expression.
clear() - Method in class com.jaunt.util.MultiMap
 
clearPermutationTargets() - Method in class com.jaunt.component.Form
Un-tags all elements tagged for permutation.
close() - Method in class com.jaunt.UserAgent
Performs cleanup such as saving cookies to disk.
com.jaunt - package com.jaunt
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
com.jaunt.util - package com.jaunt.util
 
Comment - Class in com.jaunt
Represents an HTML/XHTML comment, CDATA section, DOCTYPE declaration, or processing instruction.
Comment(String, short) - Constructor for class com.jaunt.Comment
Creates a Comment of the type denoted by the type constant, containing the specified text.
COMMENT_TYPE - Static variable in class com.jaunt.Node
Node type constant denoting a Comment node.
commentTypeToString(short) - Static method in class com.jaunt.Comment
returns String representation of the commentType constant.
containsKey(K) - Method in class com.jaunt.util.MultiMap
Whether or not the specified key exists.
Cookie - Class in com.jaunt
Represents a cookie.
Cookie(String, String) - Constructor for class com.jaunt.Cookie
Creates a Cookie for the specified sourceUrl from the specified cookieString, which has the following format (optional [] in any order):
Cookies - Class in com.jaunt
A container for Cookie objects.
cookies - Variable in class com.jaunt.UserAgent
A container for Cookies.
copy() - Method in class com.jaunt.Cookie
Creates and returns a deep copy of this cookie.
copy() - Method in class com.jaunt.UserAgent
returns a new UserAgent who's state information for certain fields is (deep) copied from this UserAgent; those fields are UserAgent.settings, UserAgent.cookies, as well as the location url (referer), the proxy host, and proxy port.
copy(InputStream, OutputStream) - Static method in class com.jaunt.util.IOUtil
Copies the specified InputStream to the specified OutputStream.
copyFolder(File, File) - Static method in class com.jaunt.util.IOUtil
Copies the specified file or folder (including its contents) to the specified target location.
A C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links