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

C

cache(DataSet) - Method in class com.screenscraper.common.DataSet
Caches the data set to the database.
CacheBlock - Class in com.screenscraper.datamanager.skeleton.cache
Represents a block of data that was cached at the same time
CacheBlock(Date) - Constructor for class com.screenscraper.datamanager.skeleton.cache.CacheBlock
Create a cache block for a specific time
cacheBytes(String, byte[]) - Method in class com.screenscraper.scraper.ScrapingSession
Adds a file to the cache from bytes.
cacheBytes(String, byte[]) - Method in class com.screenscraper.util.FileCacher
Caches a byte array as a file using a given path for the output in the zip
cacheContent(String, String) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Caches the current content and links it to the main record.
cacheContent(String, String, String) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Caches the current content and links it to the main record.
cacheContent(String, String, String, String) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Caches the current content and links it to the main record.
cacheContext(Map<String, ?>) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Cache the current context, as passed in
cacheContext() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Cache the current context, using the session to get all SEARCH_ values for the context
cacheDatabasePath - Static variable in class com.screenscraper.util.DataMain
The default database that will be used if another isn't specified.
CachedContent<T> - Class in com.screenscraper.datamanager.sql.cache.model
Deprecated.
CachedContent(T, String, String, CacheType, Date, CompressionType, String, String, DataManagerDataSource, String) - Constructor for class com.screenscraper.datamanager.sql.cache.model.CachedContent
Deprecated.
Creates the cached page from the given data.
CachedContext - Class in com.screenscraper.datamanager.skeleton.cache
Represents cached context
CachedContext(String, Object) - Constructor for class com.screenscraper.datamanager.skeleton.cache.CachedContext
Builds the context with a given key and value
CachedContext(String, Object, Date) - Constructor for class com.screenscraper.datamanager.skeleton.cache.CachedContext
Builds the context with a given key and value
CachedPage - Class in com.screenscraper.datamanager.skeleton.cache
Represents a cached page
CachedPage(String, String, String, byte[], String, Date) - Constructor for class com.screenscraper.datamanager.skeleton.cache.CachedPage
 
CachedPage.Builder - Class in com.screenscraper.datamanager.skeleton.cache
Builder class to create a cached page
cacheFile(String, File) - Method in class com.screenscraper.scraper.ScrapingSession
Adds a file to the cache.
cacheFile(String, File) - Method in class com.screenscraper.util.FileCacher
Caches a file using a given path for the output in the zip
CacheLoader<T> - Class in com.screenscraper.datamanager.sql.cache
Deprecated.
CacheLoader(ScrapingSession, DataManagerDataSource, String, String, String, String, String, boolean) - Constructor for class com.screenscraper.datamanager.sql.cache.CacheLoader
Deprecated.
Creates the cache loader
cacher - Variable in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
CacheReaderWriter - Interface in com.screenscraper.datamanager.skeleton.cache
Basic class used to read and write cache blocks
cacheScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Caches the scrapeable file
cacheScrapeableFile(ScrapeableFile, boolean) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Caches the scrapeable file
cacheScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.scraper.ScrapingSession
Caches the HTML and headers of the scrapeable file
cacheText(String, String) - Method in class com.screenscraper.scraper.ScrapingSession
Adds text to the cache.
cacheText(String, String, String) - Method in class com.screenscraper.scraper.ScrapingSession
Adds text to the cache.
cacheText(String, String) - Method in class com.screenscraper.util.FileCacher
Caches a string with a given name
cacheText(String, String, String) - Method in class com.screenscraper.util.FileCacher
Caches a string with a given name
CacheToDatabaseReaderWriter - Class in com.screenscraper.datamanager.sql.cache
The data cache reader/writer that simply stores everything to a database table
CacheToDatabaseReaderWriter(SqlDataManager, String) - Constructor for class com.screenscraper.datamanager.sql.cache.CacheToDatabaseReaderWriter
 
CacheType - Enum in com.screenscraper.datamanager.sql.cache
Deprecated.
CacheUtility - Class in com.screenscraper.datamanager.skeleton.cache
Class containing utility methods and constants associated with caching pages and context using the data manager
CachingUtility - Class in com.screenscraper.datamanager.sql.cache
Deprecated.
calcSize() - Method in class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
calcSize() - Method in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
call(Object, String, Object[]) - Method in class com.screenscraper.bsf.engines.jython.JythonEngine
call the named method of the given object.
call() - Method in class com.screenscraper.concurrent.NamedTask
 
call(String, byte[], String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
call(String, byte[]) - Method in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
call(String, JSONObject) - Method in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
call(String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
call(String, JSONObject) - Method in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
call(String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
callAppenders(LoggingEvent) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
See the Logger documentation for this method
CallbackObject(long, long, long, Runnable, Object...) - Constructor for class com.screenscraper.util.javascript.models.dom.WindowModel.CallbackObject
 
callLock - Variable in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
cancel() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
canImport(JComponent, DataFlavor[]) - Method in class com.screenscraper.view.ViewTree.TreeTransferHandler
 
Captcha - Class in com.screenscraper.util.images.deathbycaptcha_api
CAPTCHA details.
Captcha() - Constructor for class com.screenscraper.util.images.deathbycaptcha_api.Captcha
 
Captcha(JSONObject) - Constructor for class com.screenscraper.util.images.deathbycaptcha_api.Captcha
 
CARRIAGE_RETURN_REPLACER - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
The carriage return replacer.
catData(SortedMap<String, DataObject>) - Static method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Concatenates the key value pairs of the map
catData(DataNode, Set<String>) - Static method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Concatenates the key value pairs of the specified columns in the DataNode
Category - Class in com.screenscraper.util.internal.services.depthtracker
Represents a Category in the depth tracking
Category(APIConnection, JSONObject) - Constructor for class com.screenscraper.util.internal.services.depthtracker.Category
 
CC_HASH_SIZE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
CC_MAX_LOGIN_SIZE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
CC_MAX_PICTURE_SIZE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
CC_MAX_TEXT_SIZE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
CC_PROTO_VER - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
CC_RAND_SIZE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
ccERR_BALANCE - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_GENERAL - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_NET_ERROR - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_OK - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_OVERLOAD - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_STATUS - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_TEXT_SIZE - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_TIMEOUT - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
ccERR_UNKNOWN - Static variable in class com.screenscraper.util.images.decaptcher_api.APIConsts
 
CCPictDescr - Class in com.screenscraper.util.images.decaptcher_api
 
CCPictDescr() - Constructor for class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
CCProto - Class in com.screenscraper.util.images.decaptcher_api
CC protocol class
CCProto(ScrapingSession) - Constructor for class com.screenscraper.util.images.decaptcher_api.CCProto
 
CCProto.PictureResult - Class in com.screenscraper.util.images.decaptcher_api
 
CCProtoPacket - Class in com.screenscraper.util.images.decaptcher_api
packet class
CCProtoPacket() - Constructor for class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
Cell - Class in com.screenscraper.util.parsing.table
Represents a cell in a table
Cell(Cell.Type) - Constructor for class com.screenscraper.util.parsing.table.Cell
 
Cell(Cell) - Constructor for class com.screenscraper.util.parsing.table.Cell
 
Cell.Type - Enum in com.screenscraper.util.parsing.table
The possible types of a cell
cellsToHighlight - Variable in class com.screenscraper.view.DataSetFrame.ColoredTableCellRenderer
 
cellToHighlight - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession.ColoredTableCellRenderer
 
centerScrollPositionForSelectedText(JTextComponent) - Static method in class com.screenscraper.view.ViewUtil
Centers the scroll view on the screen for the currently selected text.
changeIteratorQuery(String, String, Collection<String>) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
changeIteratorQuery(String, String, Boolean, Collection<String>) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
channel - Variable in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
CHARACTER_ENCODING - Static variable in class com.screenscraper.datamanager.skeleton.cache.CacheUtility
The character encoding that will be used when caching content bytes
CHARACTER_ENCODING - Static variable in class com.screenscraper.datamanager.sql.cache.CachingUtility
Deprecated.
The character encoding that will be used when caching content bytes
characterReaderContainsString(Reader, String) - Static method in class com.screenscraper.util.General
Checks the given reader of characters for a specific string.
characters(char[], int, int) - Method in class com.screenscraper.fileparser.ExcelContentHandler
 
characterSet(String) - Method in class com.screenscraper.util.internal.services.util.SimpleHttpResponse.SimpleHttpResponseBuilder
Sets the character set used by the response
CharacterSupplier - Class in com.screenscraper.util.suppliers
Supplier to supply strings of characters.
CharacterSupplier(char, char) - Constructor for class com.screenscraper.util.suppliers.CharacterSupplier
Creates a new Character Supplier that returns strings of length 1
CharacterSupplier(char, char, int) - Constructor for class com.screenscraper.util.suppliers.CharacterSupplier
Creates a new Character Supplier
charAt(int) - Method in class com.screenscraper.util.internal.services.util.InterruptibleCharacterSequence
 
CheckBox - Class in com.screenscraper.util.form
A checkbox input
CheckBox(String) - Constructor for class com.screenscraper.util.form.CheckBox
Creates this input parsing required values from the given text
CheckBoxListener() - Constructor for class com.screenscraper.httpeek.view.ViewHTTPSession.CheckBoxListener
 
CheckBoxListener() - Constructor for class com.screenscraper.view.SettingsFrame.CheckBoxListener
 
CheckBoxListener() - Constructor for class com.screenscraper.view.ViewExtractorPattern.CheckBoxListener
 
CheckBoxListener() - Constructor for class com.screenscraper.view.ViewNavigationAction.CheckBoxListener
 
CheckBoxListener() - Constructor for class com.screenscraper.view.ViewScrapeableFile.CheckBoxListener
 
CheckBoxListener() - Constructor for class com.screenscraper.view.ViewScrapingSession.CheckBoxListener
 
CheckBoxListener() - Constructor for class com.screenscraper.view.ViewScript.CheckBoxListener
 
checkColumnLength(DataNode, String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
 
checkDataNode(String) - Method in interface com.screenscraper.datamanager.DataManager
verifies that the data is ready to be inserted.
checkDataNode(String) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
verifies that the data is ready to be inserted.
checkDataNode(String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
verifies that the data is ready to be inserted.
checkDataNode(String) - Method in class com.screenscraper.datamanager.xml.XmlDataManager
 
checkExcessMemoryUse(double) - Method in enum com.screenscraper.statistics.SystemStatisticsTracker
Checks to see if a current amount of memory use is beyond the thresholds set, and logs a message if required
checkNullValue(DataNode, String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
 
childTable - Variable in class com.screenscraper.datamanager.sql.SqlSchemaBuilder.ForeignKeyBuilder
 
ClassDocumentation - Class in com.screenscraper.view.languagesupport.javadoc
Class Description
ClassDocumentation(Class) - Constructor for class com.screenscraper.view.languagesupport.javadoc.ClassDocumentation
Creates the documentation for the given class
ClassDocumentation(Class, String) - Constructor for class com.screenscraper.view.languagesupport.javadoc.ClassDocumentation
Creates the documentation for the given class
ClassDocumentation(String, String, Class) - Constructor for class com.screenscraper.view.languagesupport.javadoc.ClassDocumentation
Creates the documentation for the given class
classes - Variable in class com.screenscraper.profiling.AbstractFilter
A Map from a Class to filter to a set of values associated with the class.
CleanableReference<T extends java.lang.AutoCloseable> - Class in com.screenscraper.http.util
Class to wrap an object that should be closed when there are no more references to it.
CleanableReference(T) - Constructor for class com.screenscraper.http.util.CleanableReference
 
cleanUpCommandLineLockFiles() - Static method in class com.screenscraper.util.General
Deletes any lock files that have been queued for deletion.
cleanupStoredSchemas() - Static method in class com.screenscraper.datamanager.sql.SqlSchemaBuilder
Cleans up the current schema entries, removing expired schemas.
clear() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
 
clear() - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
clear() - Method in class com.screenscraper.profiling.ObjectReferenceSet
 
clear() - Method in class com.screenscraper.util.javascript.models.dom.DOMNamedNodeMap
 
clear() - Method in class com.screenscraper.util.javascript.models.dom.DOMNodeList
 
clear() - Method in class com.screenscraper.util.javascript.models.ModelMapper
 
CLEAR_CLICKED_INFO - Static variable in class com.screenscraper.webbrowser.JSConstants
 
clearAllCookies() - Method in class com.screenscraper.http.AsyncCookieManager2
Clears all the cookies from the manager
clearAllCookies() - Method in class com.screenscraper.http.AsyncNingCookieManager
Clears all the cookies from the manager
clearAllCookies() - Method in class com.screenscraper.http.BasicCookieManager
Clears all the cookies from the manager
clearAllData() - Method in interface com.screenscraper.datamanager.DataManager
clears out all the nodes of the DataManager.
clearAllData() - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Clears out all the nodes of the DataManager.
clearAllSessionVariables() - Method in class com.screenscraper.scraper.ScrapingSession
Clears all session variables.
clearBaseDocURLs() - Method in class com.screenscraper.view.languagesupport.javadoc.parsers.AbstractJavadocParser
Clears all base doc urls for the provider
clearBatch() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
clearCallbacksForTime(EventFireTime<T>) - Method in class com.screenscraper.events.EventEngine
Clears the callbacks for the specified time
clearCallbacksForTime(EventFireTime<T>) - Method in class com.screenscraper.scraper.ScrapingSession
Clears the callbacks for the specified time
clearComplement(Map) - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
Any variables that aren't referenced in the Map passed get cleared out this is so that you can pass all the session variables from screen-scraper and if any aren't referenced in the list you can't connect or write to them anyway (unless they are mid script non-session variables, obviously)
clearCookies() - Method in class com.screenscraper.http.ApacheScrapingHttpClient
Clears all cookies from this client
clearCookies() - Method in class com.screenscraper.http.AsyncNingScrapingHttpClient
Clears all cookies from this client
clearCookies() - Method in class com.screenscraper.http.AsyncScrapingHttpClient2
Clears all cookies from this client
clearCookies() - Method in class com.screenscraper.http.CurlHttpClient
 
clearCookies() - Method in interface com.screenscraper.http.ScrapingHttpClient
Clears all cookies from this client
clearCookies() - Method in interface com.screenscraper.scraper.RunningScrapingSession
Clears all cookies.
clearCookies() - Method in class com.screenscraper.scraper.ScrapingSession
Clears all cookies.
clearCustomScriptVariables() - Method in class com.screenscraper.scraper.ScrapingSession
Clears the custom script variables for this scraping session
clearData(String) - Method in interface com.screenscraper.datamanager.DataManager
Clear out all the uncommitted data for the given schema
clearData() - Method in class com.screenscraper.datamanager.DataNode
 
clearData(String) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
clearDataRecordHighlights() - Method in class com.screenscraper.view.LastResponseTextArea
Clears any "dataRecord" highlights, if any.
clearDataRecords() - Method in class com.screenscraper.common.DataSet
Clears all records from the set.
clearLastRequestsAndResponses() - Method in class com.screenscraper.scraper.ScrapingSession
Clears the last request and response for each of the constituent scrapeable files.
clearMappingSetID(int) - Static method in class com.screenscraper.data.DScrapingSession
Clears the mapping set value from the extractor pattern tokens corresponding to the given mapping set ID.
clearParameters() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
clearParsedSchemas() - Static method in class com.screenscraper.datamanager.sql.SqlSchemaBuilder
Clears all the currently known schemas for all databases
clearProxySettings() - Method in class com.screenscraper.scraper.ScrapingSession
 
clearSessionVariables(String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Clears session variables that match fields in the given table
clearSessionVariablesOnCommit(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets whether or not to clear session variables on commit
clearTargetScrapeableFileID(int) - Static method in class com.screenscraper.data.DNavigationAction
Nulls out the target scrapeable file for all navigation actions matching the given scrapeable file ID.
clearThreadLocals() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Clears all thread locals for the object
clearUndo() - Method in class com.screenscraper.view.ViewExtractorPattern.ExtractorEditorFilter
 
clearVariables(Map<Object, Object>) - Method in class com.screenscraper.scraper.ScrapingSession
Clears the value of all session variables that that match the keys in the Map
clearVariables(Collection<Object>) - Method in class com.screenscraper.scraper.ScrapingSession
Clears the value of all session variables that that match the values in the collection
clearVariables() - Method in class com.screenscraper.scraper.ScrapingSessionState
Clears all session variables.
clearWarnings() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
clearWarnings() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
CLICK_NAVIGATION_ACTION - Static variable in class com.screenscraper.action.NavigationAction
 
CLICKED_ID - Static variable in class com.screenscraper.webbrowser.JSConstants
 
CLICKED_INPUT_TYPE - Static variable in class com.screenscraper.webbrowser.JSConstants
 
CLICKED_NAME - Static variable in class com.screenscraper.webbrowser.JSConstants
These are the id's of the span tags that hold the clicked field info
CLICKED_TYPE - Static variable in class com.screenscraper.webbrowser.JSConstants
 
CLICKED_VALUE - Static variable in class com.screenscraper.webbrowser.JSConstants
 
ClickedTag - Class in com.screenscraper.webbrowser
The represents the information for a clicked form field on a webpage
ClickedTag(Document) - Constructor for class com.screenscraper.webbrowser.ClickedTag
Creates a new ClickedTag object with the information from the given DOM Document
ClickNavigationAction - Class in com.screenscraper.action
Used to handle clicking an element.
ClickNavigationAction() - Constructor for class com.screenscraper.action.ClickNavigationAction
Default constructor.
ClickNavigationAction(ScrapeableFile) - Constructor for class com.screenscraper.action.ClickNavigationAction
Initializes an empty instance for the given scrapeable file.
ClickNavigationAction(int, ScrapeableFile, String, ScrapeableFile, String, String, boolean, int) - Constructor for class com.screenscraper.action.ClickNavigationAction
Initializes the action fully.
ClickNavigationAction(ClickNavigationAction) - Constructor for class com.screenscraper.action.ClickNavigationAction
Creates a new ClickNavigationAction based on an existing one.
ClickNavigationActionDoer - Class in com.screenscraper.action
Handles clicking an HTML element.
ClickNavigationActionDoer(HtmlElement) - Constructor for class com.screenscraper.action.ClickNavigationActionDoer
Generates a new one based on a HtmlElement.
Client - Class in com.screenscraper.util.images.deathbycaptcha_api
Base Death by Captcha API client.
Client(String, String) - Constructor for class com.screenscraper.util.images.deathbycaptcha_api.Client
 
Clipboard - Class in com.screenscraper.util
Sun's clipboard implementation seems way overkill for what I need at the moment, so I'm just creating my own.
Clipboard() - Constructor for class com.screenscraper.util.Clipboard
 
close() - Method in class com.screenscraper.csv.CsvWriter
Close the underlying stream writer flushing any buffered content.
close() - Method in interface com.screenscraper.datamanager.DataManager
close should be called when you are done with the DataManager
close() - Method in interface com.screenscraper.datamanager.DataWriter
Closes any connections and frees up any system resources/files
close() - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
close() - Method in class com.screenscraper.datamanager.sql.cache.CacheLoader
Deprecated.
 
close() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource
Closes the underlying DataSource (if it has a close method).
close() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
close() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
 
close() - Method in class com.screenscraper.datamanager.sql.SqlDataWriter
 
close() - Method in class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
 
close() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
close() - Method in class com.screenscraper.datamanager.xml.XmlDataManager
 
close() - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
 
close() - Method in class com.screenscraper.http.ApacheScrapingHttpClient
 
close() - Method in class com.screenscraper.http.AsyncNingScrapingHttpClient
 
close() - Method in class com.screenscraper.http.AsyncScrapingHttpClient2
 
close() - Method in class com.screenscraper.http.CurlHttpClient
 
close() - Method in interface com.screenscraper.http.ScrapingHttpClient
 
close() - Method in class com.screenscraper.http.util.CleanableReference
 
close() - Method in interface com.screenscraper.http.util.SharedHttpClient
 
close() - Method in class com.screenscraper.http.util.SharedHttpClientBase
 
close() - Method in class com.screenscraper.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.screenscraper.util.ContentLengthInputStream
Reads until the end of the known length of content.
close() - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
Closes opened connections (if any), cleans up resources.
close() - Method in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
close() - Method in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
close() - Method in class com.screenscraper.util.images.DeathByCaptchaDecoder
 
close() - Method in class com.screenscraper.util.images.decaptcher_api.CCProto
 
close() - Method in class com.screenscraper.util.images.DecaptcherDecoder
 
close() - Method in class com.screenscraper.util.images.ImageDecoder
Closes any resources associated with the decoder.
close() - Method in class com.screenscraper.util.images.ManualDecoder
 
close() - Method in class com.screenscraper.util.images.TesseractDecoder
 
close() - Method in class com.screenscraper.util.images.TwoCaptchaDecoder
 
close() - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
Closes this client
close(boolean) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
Closes this client and resets all categories on the site IFF this is the last thread scraping the site and this scrape wasn't stopped early
close(boolean, boolean) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
Closes this client and resets all categories on the site IFF this is the last thread scraping the site and this scrape wasn't stopped early
close() - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
close(boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
close(boolean, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
close() - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
close(boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
close(boolean, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
close() - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
 
close() - Method in class com.screenscraper.util.internal.services.util.SimpleHttpResponse
 
close() - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
close() - Method in interface com.screenscraper.util.parsing.address.AddressParser
Closes any open resources in use by the parser
close() - Method in class com.screenscraper.util.parsing.address.USAddressParser
 
close() - Method in class com.screenscraper.util.SessionLogAppender
 
close() - Method in class com.screenscraper.util.suppliers.FileLineSupplier
 
close() - Method in class com.screenscraper.xml.XmlWriter
Closes all open tags along with the file writer associated with this object.
closeCachedResultSet() - Method in class com.screenscraper.common.DataSet
Closes up the cached result set.
closeConnection(boolean) - Static method in class com.screenscraper.util.DataMain
Manually closes the connection.
closeGate() - Method in class com.screenscraper.concurrent.ThreadGate
Closes the gate so no more threads can get through the gate
closeLog() - Method in class com.screenscraper.common.FileNotifiable
Closes the log file.
closeOnCompletion() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
closeResultSet(ResultSet) - Static method in class com.screenscraper.util.DataMain
Closes a ResultSet and associated cursors
closeUnderlyingResources() - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
 
closeUnderlyingResources() - Method in class com.screenscraper.http.util.SharedHttpClientBase
Method called to close any resources when no more references are held to this object.
CloudControllerClient - Class in com.screenscraper.util.internal.services.cloudcontroller
Client for working with the cloud controller.
CloudControllerClient(ScrapingSession, String, String, String) - Constructor for class com.screenscraper.util.internal.services.cloudcontroller.CloudControllerClient
Constructs a cloud controller client
cMainFrame - Variable in class com.screenscraper.view.GlobalFindDialog
 
cmbAttribute - Variable in class com.screenscraper.view.FieldChooserDialog
 
cmbAttribute - Variable in class com.screenscraper.view.ViewNavigationAction
 
cmbLanguage - Variable in class com.screenscraper.view.ViewScript
 
cmbLoggingLevel - Variable in class com.screenscraper.view.ViewScrapingSession
 
cmbMappingSets - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
 
cmbRegularExpression - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
 
cmbScrapingSessions - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
 
cmbTargetScrapeaebleFile - Variable in class com.screenscraper.view.ViewNavigationAction
 
cmbTokenDefaults - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
 
CMD_DISCONNECT - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
The commands.
CMD_DO_HOT_SWAP_FROM_DATABASE - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_GET_ALL_VARS - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_GET_DATARECORD - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_GET_NEXT_CACHED_DATARECORD - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_GET_NEXT_CACHED_DATARECORDS - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_GET_NUM_DATARECORDS_IN_DATASET - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_GET_VARIABLE - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_LOAD_VARIABLES - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_NEW_SCRAPINGSESSION - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_OUTPUT_LOG_FILES - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_POLL_FOR_DATA - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_SCRAPE - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_SESSION_TIMEDOUT - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_SET_LAZYSCRAPE - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_SET_POLL_FREQUENCY - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_SET_TIMEOUT - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_SET_VARIABLE - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
CMD_STOP - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
 
cmdCC_BALANCE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_BYE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_FAILED - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_HASH - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_LOGIN - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_OK - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_OVERLOAD - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_PICTURE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_PICTURE2 - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_PICTUREFL - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_RAND - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_TEXT - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_TEXT2 - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_TIMEOUT - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
cmdCC_UNUSED - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
ColoredDataSetCellRenderer() - Constructor for class com.screenscraper.view.DataSetFrame.ColoredDataSetCellRenderer
 
ColoredTableCellRenderer() - Constructor for class com.screenscraper.httpeek.view.ViewHTTPSession.ColoredTableCellRenderer
 
ColoredTableCellRenderer() - Constructor for class com.screenscraper.view.DataSetFrame.ColoredTableCellRenderer
 
ColoredTableCellRenderer() - Constructor for class com.screenscraper.view.ScrapeableFileHTTPTransactionComparer.ColoredTableCellRenderer
 
ColorInput - Class in com.screenscraper.util.form
Represents a color input
ColorInput(String) - Constructor for class com.screenscraper.util.form.ColorInput
 
COLUMN_NUMBER_ATTRIBUTE - Static variable in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulator
The attribute name that will indicate the column number
COLUMN_ORDER - Static variable in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulator
Comparator to sort elements by column number
columnNumber - Variable in class com.screenscraper.view.ViewScrapingSession.ScriptHighlighter
 
columnNumber - Variable in class com.screenscraper.view.ViewScript.ScriptHighlighter
 
ColumnResizer(JTable) - Constructor for class com.screenscraper.view.ViewUtil.ColumnResizer
 
columns - Variable in class com.screenscraper.datamanager.skeleton.BasicSchema
 
columnTypes - Variable in class com.screenscraper.datamanager.skeleton.BasicSchema
Maps column names to a nested map of properties or attributes about the column.
com.screenscraper - package com.screenscraper
 
com.screenscraper.action - package com.screenscraper.action
 
com.screenscraper.annotations - package com.screenscraper.annotations
 
com.screenscraper.bsf.engines.jython - package com.screenscraper.bsf.engines.jython
 
com.screenscraper.business - package com.screenscraper.business
 
com.screenscraper.common - package com.screenscraper.common
 
com.screenscraper.common.help - package com.screenscraper.common.help
 
com.screenscraper.concurrent - package com.screenscraper.concurrent
 
com.screenscraper.controller - package com.screenscraper.controller
 
com.screenscraper.csv - package com.screenscraper.csv
 
com.screenscraper.data - package com.screenscraper.data
 
com.screenscraper.datamanager - package com.screenscraper.datamanager
 
com.screenscraper.datamanager.skeleton - package com.screenscraper.datamanager.skeleton
 
com.screenscraper.datamanager.skeleton.cache - package com.screenscraper.datamanager.skeleton.cache
 
com.screenscraper.datamanager.sql - package com.screenscraper.datamanager.sql
 
com.screenscraper.datamanager.sql.cache - package com.screenscraper.datamanager.sql.cache
 
com.screenscraper.datamanager.sql.cache.model - package com.screenscraper.datamanager.sql.cache.model
 
com.screenscraper.datamanager.sql.util - package com.screenscraper.datamanager.sql.util
 
com.screenscraper.datamanager.util - package com.screenscraper.datamanager.util
 
com.screenscraper.datamanager.xml - package com.screenscraper.datamanager.xml
 
com.screenscraper.events - package com.screenscraper.events
 
com.screenscraper.events.extractor - package com.screenscraper.events.extractor
 
com.screenscraper.events.misc - package com.screenscraper.events.misc
 
com.screenscraper.events.scrapeablefile - package com.screenscraper.events.scrapeablefile
 
com.screenscraper.events.script - package com.screenscraper.events.script
 
com.screenscraper.events.session - package com.screenscraper.events.session
 
com.screenscraper.exception - package com.screenscraper.exception
 
com.screenscraper.fileparser - package com.screenscraper.fileparser
 
com.screenscraper.hmvc - package com.screenscraper.hmvc
 
com.screenscraper.http - package com.screenscraper.http
 
com.screenscraper.http.models - package com.screenscraper.http.models
 
com.screenscraper.http.util - package com.screenscraper.http.util
 
com.screenscraper.httpeek - package com.screenscraper.httpeek
 
com.screenscraper.httpeek.controller - package com.screenscraper.httpeek.controller
 
com.screenscraper.httpeek.model - package com.screenscraper.httpeek.model
 
com.screenscraper.httpeek.view - package com.screenscraper.httpeek.view
 
com.screenscraper.ie - package com.screenscraper.ie
 
com.screenscraper.jrex - package com.screenscraper.jrex
 
com.screenscraper.model - package com.screenscraper.model
 
com.screenscraper.profiling - package com.screenscraper.profiling
 
com.screenscraper.profiling.session - package com.screenscraper.profiling.session
 
com.screenscraper.profiling.session.units - package com.screenscraper.profiling.session.units
 
com.screenscraper.scraper - package com.screenscraper.scraper
 
com.screenscraper.services - package com.screenscraper.services
 
com.screenscraper.statistics - package com.screenscraper.statistics
 
com.screenscraper.util - package com.screenscraper.util
 
com.screenscraper.util.agents - package com.screenscraper.util.agents
 
com.screenscraper.util.form - package com.screenscraper.util.form
 
com.screenscraper.util.fuzzy - package com.screenscraper.util.fuzzy
 
com.screenscraper.util.images - package com.screenscraper.util.images
 
com.screenscraper.util.images.deathbycaptcha_api - package com.screenscraper.util.images.deathbycaptcha_api
 
com.screenscraper.util.images.decaptcher_api - package com.screenscraper.util.images.decaptcher_api
 
com.screenscraper.util.internal.services.cloudcontroller - package com.screenscraper.util.internal.services.cloudcontroller
 
com.screenscraper.util.internal.services.depthtracker - package com.screenscraper.util.internal.services.depthtracker
 
com.screenscraper.util.internal.services.iterator - package com.screenscraper.util.internal.services.iterator
 
com.screenscraper.util.internal.services.iterator.model - package com.screenscraper.util.internal.services.iterator.model
 
com.screenscraper.util.internal.services.proxypool - package com.screenscraper.util.internal.services.proxypool
 
com.screenscraper.util.internal.services.proxyservice - package com.screenscraper.util.internal.services.proxyservice
 
com.screenscraper.util.internal.services.util - package com.screenscraper.util.internal.services.util
 
com.screenscraper.util.javascript - package com.screenscraper.util.javascript
 
com.screenscraper.util.javascript.models - package com.screenscraper.util.javascript.models
 
com.screenscraper.util.javascript.models.dom - package com.screenscraper.util.javascript.models.dom
 
com.screenscraper.util.javascript.models.utility - package com.screenscraper.util.javascript.models.utility
 
com.screenscraper.util.mail - package com.screenscraper.util.mail
 
com.screenscraper.util.objectlogger - package com.screenscraper.util.objectlogger
 
com.screenscraper.util.parsing - package com.screenscraper.util.parsing
 
com.screenscraper.util.parsing.address - package com.screenscraper.util.parsing.address
 
com.screenscraper.util.parsing.name - package com.screenscraper.util.parsing.name
 
com.screenscraper.util.parsing.pdf.pdftohtml - package com.screenscraper.util.parsing.pdf.pdftohtml
This package contains classes for working with output from PDFtoHTML.
com.screenscraper.util.parsing.table - package com.screenscraper.util.parsing.table
 
com.screenscraper.util.retry - package com.screenscraper.util.retry
 
com.screenscraper.util.suppliers - package com.screenscraper.util.suppliers
com.screenscraper.view - package com.screenscraper.view
 
com.screenscraper.view.languagesupport - package com.screenscraper.view.languagesupport
This package contains the components used for providing completion support in the script editor.
com.screenscraper.view.languagesupport.javadoc - package com.screenscraper.view.languagesupport.javadoc
 
com.screenscraper.view.languagesupport.javadoc.parsers - package com.screenscraper.view.languagesupport.javadoc.parsers
 
com.screenscraper.webbrowser - package com.screenscraper.webbrowser
 
com.screenscraper.xml - package com.screenscraper.xml
 
ComboBoxRenderer() - Constructor for class com.screenscraper.scraper.ScriptManager.ComboBoxRenderer
 
COMMAND_DELIM - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
The delimiters used in client -> server interactions.
commandLineIsOpen(boolean) - Static method in class com.screenscraper.util.General
Checks to see if an instance of the command line is already open.
CommandLineParams - Class in com.screenscraper.scraper
 
CommandLineParams(String) - Constructor for class com.screenscraper.scraper.CommandLineParams
Constructs a new CommandLineParams object.
CommandLineScriptHandler - Class in com.screenscraper
 
CommandLineScriptHandler(String, String) - Constructor for class com.screenscraper.CommandLineScriptHandler
Initiates the handler to run the given script with the given session variables.
commit(String) - Method in interface com.screenscraper.datamanager.DataManager
commits the row of data corresponding to the schema, so the next time addData is called it will be in a new row.
commit(String) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
commits the row of data corresponding to the schema, so the next time addData is called it will be in a new row.
commit() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
commit(String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
commits the row of data corresponding to the schema, so the next time addData is called it will be in a new row.
commit(String) - Method in class com.screenscraper.datamanager.xml.XmlDataManager
 
compare(File, File) - Method in class com.screenscraper.util.DataMain.FileSorter
 
compareTo(Object) - Method in class com.screenscraper.action.NavigationAction
So we can be sorted.
compareTo(Object) - Method in class com.screenscraper.datamanager.DataNode
This is used to compare DataNode by name/commit time so we can sort by the order they were created when they are in the tree.
compareTo(CacheBlock) - Method in class com.screenscraper.datamanager.skeleton.cache.CacheBlock
 
compareTo(CachedContext) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedContext
 
compareTo(CachedPage) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage
Compares this object with the specified object for order.
compareTo(CachedContent<? extends T>) - Method in class com.screenscraper.datamanager.sql.cache.model.CachedContent
Deprecated.
 
compareTo(EventHandlerWithPriority) - Method in class com.screenscraper.events.EventHandlerWithPriority
 
compareTo(ScrapingHttpHeader) - Method in class com.screenscraper.http.models.ScrapingHttpHeader
Compares this object with the specified object for order.
compareTo(SharedResourceUser) - Method in class com.screenscraper.http.util.SharedResourceUser
 
compareTo(Object) - Method in class com.screenscraper.httpeek.HTTPSession
Required by the Comparable interface.
compareTo(Object) - Method in class com.screenscraper.httpeek.HTTPTransaction
Required by the Comparable interface.
compareTo(Object) - Method in class com.screenscraper.httpeek.ProxySearchResult
Required by the Comparable interface.
compareTo(Object) - Method in class com.screenscraper.model.Folder
Required by the Comparable interface.
compareTo(Measure<T>) - Method in class com.screenscraper.profiling.session.units.Measure
 
compareTo(RationalNumber) - Method in class com.screenscraper.profiling.session.units.RationalNumber
 
compareTo(TrackedObject) - Method in class com.screenscraper.profiling.TrackedObject
 
compareTo(Object) - Method in class com.screenscraper.scraper.Mapping
So we can be sorted.
compareTo(Object) - Method in class com.screenscraper.scraper.MappingSet
So we can be sorted.
compareTo(Object) - Method in class com.screenscraper.scraper.ScheduledScrapingSession
So that these things can be sorted.
compareTo(Object) - Method in class com.screenscraper.scraper.ScrapeableFile
Required by the Comparable interface.
compareTo(Object) - Method in class com.screenscraper.scraper.ScrapeableSession
So that these things can be sorted.
compareTo(Object) - Method in class com.screenscraper.scraper.ScrapingSession
Required by the Comparable interface.
compareTo(Object) - Method in class com.screenscraper.scraper.Script
Required by the Comparable interface.
compareTo(Object) - Method in class com.screenscraper.scraper.ScriptInstance
Allows these things to be sorted.
compareTo(Category) - Method in class com.screenscraper.util.internal.services.depthtracker.Category
 
compareTo(ExecutionThread) - Method in class com.screenscraper.util.internal.services.depthtracker.ExecutionThread
 
compareTo(Site) - Method in class com.screenscraper.util.internal.services.depthtracker.Site
 
compareTo(Iteration) - Method in class com.screenscraper.util.internal.services.iterator.model.Iteration
 
compareTo(Iterator) - Method in class com.screenscraper.util.internal.services.iterator.model.Iterator
 
compareTo(IteratorInstance) - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
 
compareTo(IteratorTable) - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorTable
 
compareTo(Project) - Method in class com.screenscraper.util.internal.services.iterator.model.Project
 
compareTo(WindowModel.CallbackObject) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel.CallbackObject
 
compareTo(LoggableValue) - Method in class com.screenscraper.util.objectlogger.LoggableValue
 
compareTo(Object) - Method in class com.screenscraper.util.ProxyServer
Required by the Comparable interface.
compareToUpperCase(String, String) - Static method in class com.screenscraper.util.General
Compare the uppercase compareTo values of two strings Note that this is to be used with strings pulled from JTextArea widgets, which don't properly take into account hard returns when giving selection locations.
completeScrapeableSession(ScrapingSession) - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
Handles a ScrapeableSession whose corresponding ScrapingSession has completed.
completeScrapingSession() - Method in class com.screenscraper.scraper.ScrapeableSession
Handles salvaging any data it can from the ScrapingSession before it gets nuked.
CompletionTokenType - Enum in com.screenscraper.view.languagesupport
The types of tokens that we can be at in the script Author: Mike Date: 8/16/12 Time: 2:46 PM
CompletionWrapper - Class in com.screenscraper.view.languagesupport
Simple wrapper class used to get data from the parser in order to build the correct completions Author: Mike Date: 8/16/12 Time: 2:44 PM
CompletionWrapper(CompletionTokenType, Class, String) - Constructor for class com.screenscraper.view.languagesupport.CompletionWrapper
Builds a wrapper with the given values for use later int the completions
CompletionWrapper(CompletionTokenType, Class, String, Map<String, Class>) - Constructor for class com.screenscraper.view.languagesupport.CompletionWrapper
Builds a wrapper with the given values for use later int the completions
CompletionWrapper(int, CompletionTokenType, Class, String, Map<String, Class>, Collection<? extends VariableCompletion>) - Constructor for class com.screenscraper.view.languagesupport.CompletionWrapper
Builds a wrapper with the given values for use later int the completions
ComplexJavaScriptEngine - Class in com.screenscraper.util.javascript
Class Description
ComplexJavaScriptEngine(ScriptEngine) - Constructor for class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
component - Variable in class com.screenscraper.util.General.CursorChanger
 
COMPRESS - Static variable in class com.screenscraper.util.Base64
Specify that data should be compressed (value is true).
CompressionType - Enum in com.screenscraper.datamanager.sql.cache
Deprecated.
connect() - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
Opens API-specific connection if not opened yet.
connect() - Method in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
connect() - Method in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
connection(HttpURLConnection) - Method in class com.screenscraper.util.internal.services.util.SimpleHttpResponse.SimpleHttpResponseBuilder
Sets the connection the request used
connectionTimeout(int) - Method in class com.screenscraper.util.internal.services.util.SimpleHttpClient.SimpleHttpClientBuilder
Sets the timeout used for the created client.
connectTree(DataNode) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Commit calls this method to create necessary parent nodes and connect this node to the active DataNode tree
constraintMet(DataNode, SchemaKey) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
 
constraints - Variable in class com.screenscraper.datamanager.sql.util.SqlLookup
 
ConstructorDocumentation - Class in com.screenscraper.view.languagesupport.javadoc
Class Description
ConstructorDocumentation(Class<?>, String, String, String, List<VariableDocumentation>, Set<ThrownExceptionDocumentation>, Constructor) - Constructor for class com.screenscraper.view.languagesupport.javadoc.ConstructorDocumentation
Builds the documentation for a constructor
containingPanel - Variable in class com.screenscraper.view.TableResizer
 
contains(String) - Method in class com.screenscraper.common.DataRecordInfo
 
contains(Object) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
 
contains(Object) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
CONTAINS - Static variable in class com.screenscraper.model.ProxyFilter
Indicates the type of the filter.
contains(Object) - Method in class com.screenscraper.profiling.ObjectReferenceSet
 
contains(String, String) - Static method in class com.screenscraper.util.General
Indicates whether or not the given String contains the given regular expression.
containsAll(Collection<?>) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
 
containsAll(Collection<?>) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
containsAllColumns(Set<String>) - Method in interface com.screenscraper.datamanager.RelationalSchema
returns whether the Schema contains the specified column, case insensitive
containsAllColumns(Set<String>) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
containsAllIgnoreCase(Set<String>, Set<String>) - Static method in class com.screenscraper.datamanager.util.DataStructureUtils
 
containsColumn(String) - Method in interface com.screenscraper.datamanager.RelationalSchema
returns whether the Schema contains the specified column, case insensitive
containsColumn(String) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
containsCookie(String, String) - Method in class com.screenscraper.common.HTTPResponse
Determines whether or not the response has a "Set-Cookie" header containing the given key/value pair.
containsFileUpload() - Method in class com.screenscraper.scraper.ScrapeableFile
Indicates whether or not the file contains POST parameters.
containsIgnoreCase(String, Collection<String>) - Static method in class com.screenscraper.datamanager.util.DataStructureUtils
 
containsKey(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMNamedNodeMap
 
containsKey(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMNodeList
 
containsKey(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMStyle
 
containsKey(Object) - Method in class com.screenscraper.util.javascript.models.ModelMapper
 
containsNonEmptyValues() - Method in class com.screenscraper.fileparser.DataRow
 
containsNullableTokens() - Method in class com.screenscraper.scraper.ExtractorPattern
Indicates whether or not the pattern contains any tokens that will null session variables.
containsReferenceToScrapingSession() - Method in class com.screenscraper.scraper.ScrapeableSession
Indicates whether or not the object holds a reference to its corresponding ScrapingSession.
containsValue(String) - Method in class com.screenscraper.fileparser.DataRow
 
containsValue(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMNamedNodeMap
 
containsValue(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMNodeList
 
containsValue(Object) - Method in class com.screenscraper.util.javascript.models.ModelMapper
 
containsValueMatchingRegEx(String) - Method in class com.screenscraper.fileparser.DataRow
 
contentIsBinary() - Method in class com.screenscraper.common.HTTPResponse
Indicates whether or not the Content-Type header indicates that the content for this response is binary.
contentIsProbablyHTMLOrXML() - Method in class com.screenscraper.common.HTTPResponse
Indicates whether or not the content is probably XML or HTML by examining the characters found in the first portion of it.
ContentLengthInputStream - Class in com.screenscraper.util
 
ContentLengthInputStream(InputStream, int) - Constructor for class com.screenscraper.util.ContentLengthInputStream
Deprecated.
ContentLengthInputStream(InputStream, long) - Constructor for class com.screenscraper.util.ContentLengthInputStream
Creates a new length limited stream
contentType(String) - Method in class com.screenscraper.util.internal.services.util.SimpleHttpResponse.SimpleHttpResponseBuilder
Sets the content type of the response
ControllerExtractorPattern - Class in com.screenscraper.controller
 
ControllerExtractorPattern() - Constructor for class com.screenscraper.controller.ControllerExtractorPattern
The class constructor.
ControllerHTTPSession - Class in com.screenscraper.httpeek.controller
 
ControllerHTTPSession() - Constructor for class com.screenscraper.httpeek.controller.ControllerHTTPSession
The class constructor.
ControllerMain - Class in com.screenscraper.controller
 
ControllerMain(SplashScreen, String) - Constructor for class com.screenscraper.controller.ControllerMain
The class constructor.
ControllerMainFrame - Class in com.screenscraper.controller
 
ControllerMainFrame() - Constructor for class com.screenscraper.controller.ControllerMainFrame
The class constructor.
ControllerNavigationAction - Class in com.screenscraper.controller
 
ControllerNavigationAction() - Constructor for class com.screenscraper.controller.ControllerNavigationAction
The class constructor.
ControllerScrapeableFile - Class in com.screenscraper.controller
 
ControllerScrapeableFile() - Constructor for class com.screenscraper.controller.ControllerScrapeableFile
The class constructor.
ControllerScrapingSession - Class in com.screenscraper.controller
 
ControllerScrapingSession() - Constructor for class com.screenscraper.controller.ControllerScrapingSession
The class constructor.
ControllerScript - Class in com.screenscraper.controller
 
ControllerScript() - Constructor for class com.screenscraper.controller.ControllerScript
The class constructor.
ControllerScriptInstances - Class in com.screenscraper.controller
 
ControllerScriptInstances() - Constructor for class com.screenscraper.controller.ControllerScriptInstances
The class constructor.
ControllerTree - Class in com.screenscraper.controller
 
ControllerTree() - Constructor for class com.screenscraper.controller.ControllerTree
The class constructor.
convertBytesToStream(byte[]) - Static method in class com.screenscraper.util.internal.services.util.StreamUtils
Converts the byte array to an input stream.
convertBytesToStream(byte[], ThreadPoolExecutor) - Static method in class com.screenscraper.util.internal.services.util.StreamUtils
Converts the byte array to an input stream.
convertBytesToString(long) - Static method in class com.screenscraper.profiling.ProfileUtil
Converts a number of bytes to a prettier format
convertDateToString(Date) - Method in class com.screenscraper.util.ScrapingUtil
Converts the Date given to a string in the DEFAULT_DATE_FORMAT
convertDateToString(Date, String) - Method in class com.screenscraper.util.ScrapingUtil
Converts the Date given to a string in a specified format, or in the DEFAULT_DATE_FORMAT if the format is null
convertEditionNumberToString(int) - Static method in class com.screenscraper.Settings
Converts the given number to the edition name
convertFromUpperCase(String) - Method in class com.screenscraper.util.ScrapingUtil
Converts things such as FIELD_NAME to Field Name
convertFunctionToRunnable(Runnable) - Static method in class com.screenscraper.util.javascript.DomSimulator
Simple method for use in javascript to convert a function call to a runnable (for methods that take Callable or Runnable)
convertHTMLEntities(String) - Static method in class com.screenscraper.util.General
Replaces HTML entities in a string with their non-entity equivalents.
convertHTMLEntities(String) - Method in class com.screenscraper.util.ScrapingUtil
Replaces HTML entities in a string with their non-entity equivalents.
convertHTMLEntitiesInVariable(String) - Method in class com.screenscraper.scraper.ScrapingSession
Replaces HTML entities in a variable with their non-entity equivalents.
convertMap() - Method in class com.screenscraper.profiling.session.ScrapeProfiler
 
convertMap() - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
 
convertMap() - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
convertMap() - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient
 
convertMap() - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
 
convertMap() - Method in interface com.screenscraper.util.objectlogger.LogMappable
Converts the current object into a mapping of key-value pairs that can be logged
convertNodeToDOMNode(Node) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel
 
convertObject(Object) - Method in enum com.screenscraper.util.objectlogger.ArrayConverter
 
convertObject(T) - Method in interface com.screenscraper.util.objectlogger.ConvertToLoggable
Converts the given value to a loggable value
convertObject(NullTypeConverter) - Method in enum com.screenscraper.util.objectlogger.NullTypeConverter
 
convertObjectToDeepMap(Object) - Static method in class com.screenscraper.profiling.ReflectionUtils
Converts the given object to a deep map.
convertObjectToMap(Object) - Static method in class com.screenscraper.profiling.ReflectionUtils
Converts the given object to a shallow map.
convertScrapeableFileToRequest(ScrapeableFile) - Method in class com.screenscraper.http.AbstractScrapingHttpClient
 
convertScrapeableFileToRequest(ScrapeableFile) - Method in interface com.screenscraper.http.ScrapingHttpClient
Converts the scrapeable file to the request.
convertSize(T) - Method in class com.screenscraper.profiling.session.units.Measure
Converts one measure to another, by changing the size type.
convertStringToDate(String, String) - Method in class com.screenscraper.util.ScrapingUtil
Converts a date string to a Date object using the given format.
convertToBaseSize() - Method in class com.screenscraper.profiling.session.units.Measure
Converts this measurement to it's base size
convertToBestSize() - Method in class com.screenscraper.profiling.session.units.Measure
Converts this to the best size fit to write out with the smallest fraction part in acceptable sizes
convertToBestSize(MeasurementSystem...) - Method in class com.screenscraper.profiling.session.units.Measure
Converts this to the best size fit to write out with the smallest fraction part in acceptable sizes
convertToDataObject(String, Object) - Method in interface com.screenscraper.datamanager.RelationalSchema
convert an Object to a DataObject.
convertToDataObject(Map<String, Object>) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
convertToDataObject(String, Object) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
convertToHTTPParameter(int) - Method in class com.screenscraper.util.form.CheckBox
 
convertToHTTPParameter(int) - Method in class com.screenscraper.util.form.Input
Converts this input to the HTTP Parameter that can be added to a Scrapeable File.
convertToHTTPParameter(int) - Method in class com.screenscraper.util.form.RadioButton
 
ConvertToLoggable<T> - Interface in com.screenscraper.util.objectlogger
Class Description
convertToLoggable(String, T) - Static method in class com.screenscraper.util.objectlogger.LoggableBuilder
Converts the object to a loggable value
convertUTFWhitespace(String) - Method in class com.screenscraper.util.ScrapingUtil
Replaces the UTF variants on whitespace with a regular space character
copyDir(File, File) - Static method in class com.screenscraper.util.FileUtils
Copies the contents of one directory over the contents of another directory.
copyFile(File, File) - Static method in class com.screenscraper.util.FileUtils
Copies a file.
copyFile(File, File, long) - Static method in class com.screenscraper.util.FileUtils
Copies a file from one location to another, leaving the old copy where it was.
corePoolSize(int) - Method in class com.screenscraper.concurrent.TimedExecutorService.Builder
Sets the core pool size.
correct - Variable in class com.screenscraper.util.images.deathbycaptcha_api.Captcha
 
countMatchesSubString(String, String, int) - Static method in class com.screenscraper.util.General
Counts the number of sub-strings within a string up to a certain point in the original string.
countryCode(String) - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient.ProxyPoolClientBuilder
Sets the countries that proxies must be in to be set by the proxy pool client
countryCodes(Collection<String>) - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient.ProxyPoolClientBuilder
Sets the countries that proxies must be in to be set by the proxy pool client
countryCodes(String...) - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient.ProxyPoolClientBuilder
Sets the countries that proxies must be in to be set by the proxy pool client
countryWords(Collection<String>) - Method in class com.screenscraper.util.parsing.address.USAddressParser.USAddressParserBuilder
Sets a new collection of accepted countries, as regular expressions
create() - Method in class com.screenscraper.ie.InternetExplorer
Creates an embedded Internet Explorer on the apartment thread.
CREATE_INFO_DIV - Static variable in class com.screenscraper.webbrowser.JSConstants
 
createArrayOf(String, Object[]) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createBindings() - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
createBlob() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createChildTriad(AbstractModel, AbstractView, AbstractController, String) - Method in class com.screenscraper.hmvc.AbstractController
Creates a child triad.
createChildTriad(AbstractModel, AbstractView, AbstractController) - Method in class com.screenscraper.hmvc.AbstractController
Creates a child triad.
createChildTriad(AbstractView, AbstractController) - Method in class com.screenscraper.hmvc.AbstractController
Creates a child triad (or, ahem, diad), sans the model.
createClob() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createConnection() - Method in class com.screenscraper.scraper.CustomThreadSafeClientConnManager.MyClientConnectionOperator
 
createConnectionOperator(SchemeRegistry) - Method in class com.screenscraper.scraper.CustomThreadSafeClientConnManager
 
created(String) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.QueryLogger
Called when a query is created, but before parameters are set
createDefaultCompletionCellRenderer() - Method in class com.screenscraper.view.languagesupport.ScriptLanguageSupport
 
createExtractorPatternEventData() - Method in class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
createHttpClient() - Method in class com.screenscraper.scraper.ScrapingHttpWebConnection
 
createIterator(String, String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
createIterator(String, String, Integer) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
createIteratorInstance(String, String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
createMessage() - Method in class com.screenscraper.util.mail.EmailClient
Creates a message that can be sent using the current client
createNClob() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createObject(Class<?>, Object...) - Static method in class com.screenscraper.profiling.ReflectionUtils
Creates an instance object of the given class and returns it
createProject(String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class com.screenscraper.scraper.CustomThreadSafeClientConnManager.MyClientConnection
 
createScrapeableFileEventData() - Method in class com.screenscraper.events.scrapeablefile.ScrapeableFileEventDataBuilder
 
createScriptEventData() - Method in class com.screenscraper.events.script.ScriptEventDataBuilder
 
createSessionEventData() - Method in class com.screenscraper.events.session.SessionEventDataBuilder
 
createSite(String, int, int) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Creates a new site with the specified number of threads per category
createSocket(Socket, String, int, boolean) - Method in class com.screenscraper.scraper.CustomSSLSocketFactory
 
createSocket() - Method in class com.screenscraper.scraper.CustomSSLSocketFactory
 
createSQLXML() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createStatement() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createStatement(int, int) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createStatement(int, int, int) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createStruct(String, Object[]) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
createTransferable(JComponent) - Method in class com.screenscraper.view.ViewTree.TreeTransferHandler
 
createUI() - Method in class com.screenscraper.webbrowser.BrowserTester
 
createUI() - Method in class com.screenscraper.webbrowser.SimpleBrowser
 
createWindow(WindowEvent) - Method in class com.screenscraper.jrex.WindowManagerImpl
 
creationTime - Variable in class com.screenscraper.util.ProgressBar
 
CRLF - Static variable in class com.screenscraper.util.General
 
CRLF - Static variable in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
cScriptInstances - Variable in class com.screenscraper.controller.ControllerScrapingSession
 
cScriptInstances - Variable in class com.screenscraper.httpeek.controller.ControllerHTTPSession
 
CsvWriter - Class in com.screenscraper.csv
Basic Usage:
CsvWriter writer = new CsvWriter( "somefile.csv" );
writer.setHeaderRow( String[] );
writer.writeNext( String[] );
writer.close();
CsvWriter(String) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath as the output file
CsvWriter(String, char) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath and separator.
CsvWriter(String, boolean) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath If the timestamp is set to true, a timestamp will be added to the given filename (yyyy-MM-dd'T'hh'H'mm'M'ss'S')
CsvWriter(String, char, boolean) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath and separator If the timestamp is set to true, a timestamp will be added to the given filename (yyyy-MM-dd'T'hh'H'mm'M'ss'S')
CsvWriter(String, char, char) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath, separator and quotchar
CsvWriter(String, char, char, char) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath, separator, quote character and escape character
CsvWriter(String, char, char, String) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath, separator, quote character, escape character and line end character
CsvWriter(String, char, char, char, String) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
CsvWriter(Writer) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given writer
CsvWriter(Writer, char) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath and separator.
CsvWriter(Writer, char, char) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath, separator and quotchar
CsvWriter(Writer, char, char, char) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath, separator, quote character and escape character
CsvWriter(Writer, char, char, String) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with the given filePath, separator, quote character, escape character and line end character
CsvWriter(Writer, char, char, char, String) - Constructor for class com.screenscraper.csv.CsvWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
CurlHttpClient - Class in com.screenscraper.http
Http Client that uses cURL.
CurlHttpClient(ScrapingSession) - Constructor for class com.screenscraper.http.CurlHttpClient
 
currentCacheBlock - Variable in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
currentDataNodes - Variable in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
CurrentlyTypedWordCompletion - Class in com.screenscraper.view.languagesupport
Completion used to indicate the currently type word (or something different if the typed word is an exact match)
CurrentlyTypedWordCompletion(CompletionProvider, String, String) - Constructor for class com.screenscraper.view.languagesupport.CurrentlyTypedWordCompletion
 
currentProxyServerIsBad() - Method in class com.screenscraper.scraper.ScrapingSession
Removes the current ProxyServer from the pool.
currentProxyServerIsBad() - Method in class com.screenscraper.util.ProxyServerPool
Indicates that the current proxy server is bad.
currentRecord - Variable in class com.screenscraper.util.ProgressBar
 
CursorChanger(Component, int) - Constructor for class com.screenscraper.util.General.CursorChanger
 
cursorToDisplay - Variable in class com.screenscraper.util.General.CursorChanger
 
CUSTOM - Static variable in class com.screenscraper.util.javascript.models.utility.SetupUtility
 
CustomClassLoader - Class in com.screenscraper.util
Custom Class Loader used internally for scripts and other similar cases
CustomClassLoader() - Constructor for class com.screenscraper.util.CustomClassLoader
 
CustomFunctionCompletion - Class in com.screenscraper.view.languagesupport
A function completion with extra data Author: Mike Date: 2/22/12 Time: 12:28 PM
CustomFunctionCompletion(CompletionProvider, String, String, String) - Constructor for class com.screenscraper.view.languagesupport.CustomFunctionCompletion
 
CustomFunctionCompletion(CompletionProvider, String, String, Class) - Constructor for class com.screenscraper.view.languagesupport.CustomFunctionCompletion
 
CustomFunctionCompletion(CompletionProvider, String, String, Class, String, String...) - Constructor for class com.screenscraper.view.languagesupport.CustomFunctionCompletion
 
CustomInput - Class in com.screenscraper.util.form
No Description User: Mike Date: 11/29/11 Time: 3:03 PM
CustomInput(String, String) - Constructor for class com.screenscraper.util.form.CustomInput
Creates this input parsing required values from the given text
CustomLineParser() - Constructor for class com.screenscraper.scraper.CustomThreadSafeClientConnManager.CustomLineParser
 
CustomSSLSocketFactory - Class in com.screenscraper.scraper
 
CustomSSLSocketFactory(SSLContext, boolean) - Constructor for class com.screenscraper.scraper.CustomSSLSocketFactory
 
CustomThreadSafeClientConnManager - Class in com.screenscraper.scraper
 
CustomThreadSafeClientConnManager(SchemeRegistry) - Constructor for class com.screenscraper.scraper.CustomThreadSafeClientConnManager
 
CustomThreadSafeClientConnManager.CustomLineParser - Class in com.screenscraper.scraper
 
CustomThreadSafeClientConnManager.MyClientConnection - Class in com.screenscraper.scraper
 
CustomThreadSafeClientConnManager.MyClientConnectionOperator - Class in com.screenscraper.scraper
 
CustomTree - Class in com.screenscraper.view
 
CustomTree(TreeModel, CellEditorListener) - Constructor for class com.screenscraper.view.CustomTree
Constructs a new one.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links