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

A

A - Static variable in class websphinx.Tag
Commonly useful tag names.
ABBREV - Static variable in class websphinx.Tag
 
abbreviate(String, int) - Static method in class rcm.util.Str
Abbreviate a string.
abbreviateLines(String, int, String) - Static method in class rcm.util.Str
Abbreviate a multi-line string.
Access - class websphinx.Access.
 
Access() - Constructor for class websphinx.Access
 
ACRONYM - Static variable in class websphinx.Tag
 
Action - interface websphinx.Action.
 
ActionEditor - class websphinx.workbench.ActionEditor.
 
ActionEditor() - Constructor for class websphinx.workbench.ActionEditor
Make a ActionEditor.
add(Container, Component, Object) - Static method in class rcm.awt.Constrain
 
add(Object) - Method in class rcm.util.History
Add an object to the end of the history, moving the current point to it.
add(Object, Object) - Method in class rcm.util.MergingHashtable
 
addClassifier(Classifier) - Method in class websphinx.Crawler
Adds a classifier to this crawler.
addCrawlListener(CrawlListener) - Method in class websphinx.Crawler
Adds a listener to the set of CrawlListeners for this crawler.
addEdge(RenderedEdge) - Method in class websphinx.workbench.GraphLayout
Add an edge.
addLinkListener(LinkListener) - Method in class websphinx.Crawler
Adds a listener to the set of LinkListeners for this crawler.
addLinkViewListener(LinkViewListener) - Method in class websphinx.workbench.WebOutline
Add a listener for LinkViewEvents.
addLinkViewListener(LinkViewListener) - Method in class websphinx.workbench.WebGraph
Add a listener for LinkViewEvents.
addNode(RenderedNode) - Method in class websphinx.workbench.GraphLayout
Add a node.
addPopupListener(PopupListener) - Method in class rcm.awt.PopupDialog
 
addQuery(SearchEngine, String) - Method in class websphinx.searchengine.Search
 
ADDRESS - Static variable in class websphinx.Tag
 
addRoot(Link) - Method in class websphinx.Crawler
Add a root to the existing set of roots.
addTabPanel(String, boolean, Component) - Method in class rcm.awt.TabPanel
 
after(String, String) - Static method in class rcm.util.Str
Split string around a substring match and return suffix.
alarm() - Method in class websphinx.Chronicle
 
alarm() - Method in class rcm.util.Timer
 
ALL_LINKS - Static variable in class websphinx.Crawler
Specify ALL_LINKS as the link type to allow the crawler to visit any kind of link
allMatches(Region) - Method in class websphinx.Pattern
 
allMatches(String) - Method in class websphinx.Pattern
 
ALREADY_VISITED - Static variable in class websphinx.LinkEvent
Link has already been visited during the crawl, so it was skipped.
AltaVista - class websphinx.searchengine.AltaVista.
AltaVista search engine.
AltaVista() - Constructor for class websphinx.searchengine.AltaVista
 
anchor(GridBagConstraints, int) - Static method in class rcm.awt.Constrain
 
APPLET - Static variable in class websphinx.Tag
 
apply(Object, Object[]) - Method in class websphinx.workbench.Netscape
 
apply(Object, Object[]) - Method in interface websphinx.workbench.ScriptInterpreter
Call a procedure or function.
AREA - Static variable in class websphinx.Tag
 
areaLike(int, int) - Static method in class rcm.awt.Constrain
 
areaLike(int, int, int) - Static method in class rcm.awt.Constrain
 
ArrayEnumeration - class rcm.enum.ArrayEnumeration.
Enumeration of an arbitrary array.
ArrayEnumeration(Object[]) - Constructor for class rcm.enum.ArrayEnumeration
Make an ArrayEnumeration.
ask(Component, String, String) - Static method in class rcm.awt.PopupDialog
 
ask(Component, String, String, String) - Static method in class rcm.awt.PopupDialog
 
askDirectory(Component, String, String, boolean) - Static method in class rcm.awt.PopupDialog
 
askFilename(Component, String, String, boolean) - Static method in class rcm.awt.PopupDialog
 
assertion(boolean) - Method in class rcm.util.Debug
 
assertion(boolean) - Method in class rcm.util.Debug.Verbose
 
assertion(boolean) - Method in class rcm.util.Debug.Quiet
 
assertion(boolean) - Method in class rcm.util.Debug.NoDebug
 

B

B - Static variable in class websphinx.Tag
 
back() - Method in class rcm.util.History
Move back one object in the history, if possible.
backElements() - Method in class rcm.util.History
Get the objects BEFORE the current object.
base - Variable in class websphinx.LinkTransformer
 
BASE - Static variable in class websphinx.Tag
 
BASEFONT - Static variable in class websphinx.Tag
 
BDO - Static variable in class websphinx.Tag
 
before(String, String) - Static method in class rcm.util.Str
Split string around a substring match and return prefix.
BGSOUND - Static variable in class websphinx.Tag
 
BIG - Static variable in class websphinx.Tag
 
BinarySearch - class rcm.util.BinarySearch.
Binary search routines.
BinarySearch() - Constructor for class rcm.util.BinarySearch
 
BLINK - Static variable in class websphinx.Tag
 
BLOCKQUOTE - Static variable in class websphinx.Tag
 
BODY - Static variable in class websphinx.Tag
 
BorderPanel - class rcm.awt.BorderPanel.
 
BorderPanel(Insets) - Constructor for class rcm.awt.BorderPanel
 
BorderPanel(int, int, int, int) - Constructor for class rcm.awt.BorderPanel
 
BR - Static variable in class websphinx.Tag
 
Browser - class websphinx.workbench.Browser.
 
Browser(AppletContext) - Constructor for class websphinx.workbench.Browser
 
Browser(AppletContext, String) - Constructor for class websphinx.workbench.Browser
 

C

callMethod(Object, String, Class[], Object[]) - Static method in class rcm.util.Reflect
Call a method of an object.
callStaticMethod(String, String, Class[], Object[]) - Static method in class rcm.util.Reflect
Call a static method of a class.
canBack() - Method in class rcm.util.History
Test whether back() will succeed.
CANCEL - Static variable in class rcm.awt.PopupDialog
 
cancel() - Method in class rcm.awt.OkCancelDialog
 
cancel() - Method in class rcm.util.Timer
 
cancel(PopupEvent) - Method in class rcm.awt.PopupAdapter
 
cancel(PopupEvent) - Method in interface rcm.awt.PopupListener
 
canForward() - Method in class rcm.util.History
Test whether forward() will succeed.
CAPTION - Static variable in class websphinx.Tag
 
CaselessString - class rcm.util.CaselessString.
String which compares case-insensitively with other strings.
CaselessString(String) - Constructor for class rcm.util.CaselessString
 
CENTER - Static variable in class websphinx.Tag
 
center(Window, Component) - Static method in class rcm.util.Win
 
centered(GridBagConstraints) - Static method in class rcm.awt.Constrain
 
centerWindow(Window, Component) - Static method in class rcm.awt.OkCancelDialog
 
centerWindow(Window, Component) - Static method in class rcm.awt.PopupDialog
 
changeAcceptedMIMETypes(String) - Method in class websphinx.DownloadParameters
Change accepted MIME types.
changeCrawlTimeout(int) - Method in class websphinx.DownloadParameters
Change timeout value.
changedGraph() - Method in class websphinx.workbench.GraphLayout
Notify background thread that the graph has changed.
changeDownloadTimeout(int) - Method in class websphinx.DownloadParameters
Change download timeout value.
changeInteractive(boolean) - Method in class websphinx.DownloadParameters
Change interactive flag.
changeMaxPageSize(int) - Method in class websphinx.DownloadParameters
Change maximum page size.
changeMaxThreads(int) - Method in class websphinx.DownloadParameters
Set maximum threads.
changeObeyRobotExclusion(boolean) - Method in class websphinx.DownloadParameters
Change obey-robot-exclusion flag.
changeUseCaches(boolean) - Method in class websphinx.DownloadParameters
Change use-caches flag.
changeUserAgent(String) - Method in class websphinx.DownloadParameters
Change User-agent field used in HTTP requests.
CharacterArrayCharacterIterator - class org.apache.regexp.CharacterArrayCharacterIterator.
Encapsulates String
CharacterArrayCharacterIterator(char[], int, int) - Constructor for class org.apache.regexp.CharacterArrayCharacterIterator
 
CharacterIterator - interface org.apache.regexp.CharacterIterator.
Encapsulates different types of character sources - String, InputStream, ...
charAt(int) - Method in class org.apache.regexp.StringCharacterIterator
 
charAt(int) - Method in class org.apache.regexp.StreamCharacterIterator
 
charAt(int) - Method in class org.apache.regexp.ReaderCharacterIterator
 
charAt(int) - Method in interface org.apache.regexp.CharacterIterator
 
charAt(int) - Method in class org.apache.regexp.CharacterArrayCharacterIterator
 
check() - Static method in class rcm.util.Thr
Test whether the current thread has been interrupted with Thread.interrupt().
child - Variable in class websphinx.Element
 
Chronicle - class websphinx.Chronicle.
Run a crawler periodically.
Chronicle(Crawler, int) - Constructor for class websphinx.Chronicle
Make a Chronicle.
CITE - Static variable in class websphinx.Tag
 
Classifier - interface websphinx.Classifier.
Classifier interface.
ClassifierListEditor - class websphinx.workbench.ClassifierListEditor.
 
ClassifierListEditor() - Constructor for class websphinx.workbench.ClassifierListEditor
 
classify(Page) - Method in class websphinx.StandardClassifier
Classify a page.
classify(Page) - Method in interface websphinx.Classifier
Classify a page.
classify(Page) - Method in class websphinx.searchengine.NewsIndex
Classify a page.
classify(Page) - Method in class websphinx.searchengine.NewsBot
Classify a page.
classify(Page) - Method in class websphinx.searchengine.MetaCrawler
Classify a page.
classify(Page) - Method in class websphinx.searchengine.HotBot
Classify a page.
classify(Page) - Method in class websphinx.searchengine.Google
Classify a page.
classify(Page) - Method in class websphinx.searchengine.Excite
Classify a page.
classify(Page) - Method in class websphinx.searchengine.AltaVista
Classify a page.
clear() - Method in class websphinx.RobotExclusion
Clear the cache of robots.txt entries.
clear() - Method in class websphinx.Crawler
Initialize the crawler for a fresh crawl.
clear() - Method in class websphinx.workbench.Workbench
 
clear() - Method in class websphinx.workbench.WebOutline
Clear the outline.
clear() - Method in class websphinx.workbench.WebGraph
Clear the graph display.
clear() - Method in class websphinx.workbench.Statistics
Reset statistics (primarily the running time, since all other statistics are computed directly from the crawler's state).
clear() - Method in class websphinx.workbench.GraphLayout
Erase the graph.
clear() - Method in class rcm.util.History
Clear the history.
clear() - Method in class rcm.util.PriorityQueue
Remove all objects from queue.
CLEARED - Static variable in class websphinx.CrawlEvent
Crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.EventLog
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.CrawlAdapter
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in interface websphinx.CrawlListener
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.workbench.Workbench
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.workbench.WebOutline
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.workbench.WebGraph
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.workbench.Statistics
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.workbench.MirrorAction
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.workbench.ExtractAction
Notify that the crawler's state was cleared.
cleared(CrawlEvent) - Method in class websphinx.workbench.ConcatAction
Notify that the crawler's state was cleared.
clearVisited() - Method in class websphinx.Crawler
Clear the set of visited links.
clone() - Method in class websphinx.DownloadParameters
Clone a DownloadParameters object.
ClosableFrame - class rcm.awt.ClosableFrame.
 
ClosableFrame() - Constructor for class rcm.awt.ClosableFrame
 
ClosableFrame(boolean) - Constructor for class rcm.awt.ClosableFrame
 
ClosableFrame(String) - Constructor for class rcm.awt.ClosableFrame
 
ClosableFrame(String, boolean) - Constructor for class rcm.awt.ClosableFrame
 
close() - Method in class websphinx.Mirror
Close the mirror.
close() - Method in class websphinx.HTMLTransformer
Close the transformer.
close() - Method in class websphinx.RewritableLinkTransformer
 
close() - Method in class websphinx.Concatenator
Close the concatenation.
close() - Method in class rcm.awt.ClosableFrame
 
close() - Method in class rcm.awt.PopupDialog
 
CODE - Static variable in class websphinx.Tag
 
COL - Static variable in class websphinx.Tag
 
COLGROUP - Static variable in class websphinx.Tag
 
color - Variable in class websphinx.workbench.RenderedEdge
 
color - Variable in class websphinx.workbench.RenderedNode
 
Colors - class rcm.awt.Colors.
 
Colors() - Constructor for class rcm.awt.Colors
 
COMMENT - Static variable in class websphinx.Tag
 
compile(String) - Method in class org.apache.regexp.RECompiler
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
compressWhitespace(String) - Static method in class rcm.util.Str
Compress whitespace.
ConcatAction - class websphinx.workbench.ConcatAction.
 
ConcatAction(String, boolean) - Constructor for class websphinx.workbench.ConcatAction
 
ConcatAction(String, boolean, String, String, String, String, String) - Constructor for class websphinx.workbench.ConcatAction
 
Concatenator - class websphinx.Concatenator.
Transformer that concatenates multiple pages into a single HTML page.
Concatenator(String) - Constructor for class websphinx.Concatenator
Make a new Concatenator that writes to a file.
ConcatEnumeration - class rcm.enum.ConcatEnumeration.
Enumeration which transforms the elements of another enumeration.
ConcatEnumeration(Enumeration[]) - Constructor for class rcm.enum.ConcatEnumeration
 
ConcatEnumeration(Enumeration, Enumeration) - Constructor for class rcm.enum.ConcatEnumeration
 
Config - class rcm.util.Config.
 
Config(File) - Constructor for class rcm.util.Config
 
Config(File, Config) - Constructor for class rcm.util.Config
 
Config(String) - Constructor for class rcm.util.Config
 
Config(String, Config) - Constructor for class rcm.util.Config
 
connected(Crawler) - Method in interface websphinx.Action
 
connected(Crawler) - Method in interface websphinx.PagePredicate
 
connected(Crawler) - Method in interface websphinx.LinkPredicate
 
connected(Crawler) - Method in class websphinx.workbench.URLPredicate
 
connected(Crawler) - Method in class websphinx.workbench.TitlePredicate
 
connected(Crawler) - Method in class websphinx.workbench.Script
 
connected(Crawler) - Method in class websphinx.workbench.MirrorAction
 
connected(Crawler) - Method in class websphinx.workbench.LabelPredicate
 
connected(Crawler) - Method in class websphinx.workbench.HighlightAction
 
connected(Crawler) - Method in class websphinx.workbench.ExtractAction
 
connected(Crawler) - Method in class websphinx.workbench.DualPredicate
 
connected(Crawler) - Method in class websphinx.workbench.ContentPredicate
 
connected(Crawler) - Method in class websphinx.workbench.ConcatAction
 
Constrain - class rcm.awt.Constrain.
 
Constrain() - Constructor for class rcm.awt.Constrain
 
contains(Object) - Method in class rcm.util.History
Test whether history already contains an object.
ContentPredicate - class websphinx.workbench.ContentPredicate.
 
ContentPredicate(Pattern, boolean) - Constructor for class websphinx.workbench.ContentPredicate
 
context - Variable in class websphinx.workbench.Browser
 
Context - class websphinx.workbench.Context.
 
Context() - Constructor for class websphinx.workbench.Context
 
count() - Method in class websphinx.searchengine.Search
 
countHTMLAttributes() - Method in class websphinx.Tag
Get number of HTML attributes on this tag.
countKeysStartingWith(String) - Method in class rcm.util.Config
 
countLines() - Method in class rcm.awt.MultiLineString
 
countTabs() - Method in class rcm.awt.TabPanel
 
CrawlAdapter - class websphinx.CrawlAdapter.
Adapter for CrawlListener interface.
CrawlAdapter() - Constructor for class websphinx.CrawlAdapter
 
crawled(LinkEvent) - Method in class websphinx.EventLog
Notify that a link event occured.
crawled(LinkEvent) - Method in interface websphinx.LinkListener
Notify that an event occured on a link.
crawled(LinkEvent) - Method in class websphinx.workbench.WebOutline
Notify that a crawling event has occured.
crawled(LinkEvent) - Method in class websphinx.workbench.WebGraph
Notify that a crawling event has occured.
Crawler - class websphinx.Crawler.
Web crawler.
Crawler() - Constructor for class websphinx.Crawler
Make a new Crawler.
CrawlerEditor - class websphinx.workbench.CrawlerEditor.
 
CrawlerEditor() - Constructor for class websphinx.workbench.CrawlerEditor
 
CrawlEvent - class websphinx.CrawlEvent.
Crawling event.
CrawlEvent(Crawler, int) - Constructor for class websphinx.CrawlEvent
Make a CrawlEvent.
CrawlListener - interface websphinx.CrawlListener.
Crawl event listener.
createRE(String) - Static method in class org.apache.regexp.REUtil
Creates a regular expression, permitting simple or complex syntax
createRE(String, int) - Static method in class org.apache.regexp.REUtil
Creates a regular expression, permitting simple or complex syntax
curr - Variable in class rcm.util.History
 
currentDirectory - Static variable in class rcm.awt.PopupDialog
 

D

DD - Static variable in class websphinx.Tag
 
debug - Static variable in class rcm.util.History
 
debug - Static variable in class rcm.util.Exec
 
debug - Static variable in class rcm.util.BinarySearch
 
Debug - class rcm.util.Debug.
 
Debug.NoDebug - class rcm.util.Debug.NoDebug.
 
Debug.NoDebug() - Constructor for class rcm.util.Debug.NoDebug
 
Debug.Quiet - class rcm.util.Debug.Quiet.
 
Debug.Quiet() - Constructor for class rcm.util.Debug.Quiet
 
Debug.Quiet(PrintStream) - Constructor for class rcm.util.Debug.Quiet
 
Debug.Verbose - class rcm.util.Debug.Verbose.
 
Debug.Verbose() - Constructor for class rcm.util.Debug.Verbose
 
Debug.Verbose(PrintStream) - Constructor for class rcm.util.Debug.Verbose
 
Debug() - Constructor for class rcm.util.Debug
 
DEFAULT - Static variable in class websphinx.DownloadParameters
 
defaultDivider - Static variable in class websphinx.Concatenator
 
defaultEpilog - Static variable in class websphinx.Concatenator
 
defaultErrorIcon - Static variable in class websphinx.workbench.WebOutline
 
defaultErrorIcon - Static variable in class websphinx.workbench.WebGraph
 
defaultFooter - Static variable in class websphinx.Concatenator
 
defaultHeader - Static variable in class websphinx.Concatenator
 
defaultLinkIcon - Static variable in class websphinx.workbench.WebOutline
 
defaultLinkIcon - Static variable in class websphinx.workbench.WebGraph
 
defaultPageIcon - Static variable in class websphinx.workbench.WebOutline
 
defaultPageIcon - Static variable in class websphinx.workbench.WebGraph
 
defaultProlog - Static variable in class websphinx.Concatenator
 
defaultRetrievingIcon - Static variable in class websphinx.workbench.WebOutline
 
defaultRetrievingIcon - Static variable in class websphinx.workbench.WebGraph
 
DEL - Static variable in class websphinx.Tag
 
delete(Prioritized) - Method in class rcm.util.PriorityQueue
Delete an object from queue.
deleteAllTempFiles() - Method in class websphinx.Access
 
deleteMin() - Method in class rcm.util.PriorityQueue
Get and delete the object with lowest priority.
description - Variable in class websphinx.searchengine.SearchEngineResult
Short description of page as reported by search engine.
DFN - Static variable in class websphinx.Tag
 
DIR - Static variable in class websphinx.Tag
 
disallowed(URL) - Method in class websphinx.RobotExclusion
Check whether a URL is disallowed by robots.txt.
discardContent() - Method in class websphinx.Link
Eliminate all references to page content.
discardContent() - Method in class websphinx.Page
Unlock the page's content (allowing it to be garbage-collected, to save space during a Web crawl).
disconnect() - Method in class websphinx.Link
Disconnect this link from its downloaded page (throwing away the page).
disconnected(Crawler) - Method in interface websphinx.Action
 
disconnected(Crawler) - Method in interface websphinx.PagePredicate
 
disconnected(Crawler) - Method in interface websphinx.LinkPredicate
 
disconnected(Crawler) - Method in class websphinx.workbench.URLPredicate
 
disconnected(Crawler) - Method in class websphinx.workbench.TitlePredicate
 
disconnected(Crawler) - Method in class websphinx.workbench.Script
 
disconnected(Crawler) - Method in class websphinx.workbench.MirrorAction
 
disconnected(Crawler) - Method in class websphinx.workbench.LabelPredicate
 
disconnected(Crawler) - Method in class websphinx.workbench.HighlightAction
 
disconnected(Crawler) - Method in class websphinx.workbench.ExtractAction
 
disconnected(Crawler) - Method in class websphinx.workbench.DualPredicate
 
disconnected(Crawler) - Method in class websphinx.workbench.ContentPredicate
 
disconnected(Crawler) - Method in class websphinx.workbench.ConcatAction
 
DIV - Static variable in class websphinx.Tag
 
DL - Static variable in class websphinx.Tag
 
download(DownloadParameters, HTMLParser) - Method in class websphinx.Page
 
DOWNLOADED - Static variable in class websphinx.LinkEvent
Link has been retrieved
DownloadParameters - class websphinx.DownloadParameters.
Download parameters.
DownloadParameters() - Constructor for class websphinx.DownloadParameters
Make a DownloadParameters object with default settigns.
DownloadParametersEditor - class websphinx.workbench.DownloadParametersEditor.
 
DownloadParametersEditor() - Constructor for class websphinx.workbench.DownloadParametersEditor
 
draw(Graphics, int, int, int) - Method in class rcm.awt.MultiLineString
 
DT - Static variable in class websphinx.Tag
 
DualPredicate - class websphinx.workbench.DualPredicate.
 
DualPredicate(Object, Object) - Constructor for class websphinx.workbench.DualPredicate
 
dump(PriorityQueue) - Static method in class rcm.util.PriorityQueue
 
dumpProgram(PrintWriter) - Method in class org.apache.regexp.REDebugCompiler
Dumps the current program to a PrintWriter
dumpThreadInfo() - Static method in class rcm.util.Mem
 

E

Element - class websphinx.Element.
Element in an HTML page.
Element(Tag, int) - Constructor for class websphinx.Element
Make an Element from a start tag and an end position.
Element(Tag, Tag) - Constructor for class websphinx.Element
Make an Element from a start tag and end tag.
elements() - Method in class rcm.util.History
Get the objects in the history.
elements() - Method in class rcm.util.PriorityQueue
Enumerate the objects in the queue, in no particular order
EM - Static variable in class websphinx.Tag
 
EMBED - Static variable in class websphinx.Tag
 
emit(Region) - Method in class websphinx.HTMLTransformer
Emit a region on the transformer chain's final output.
emit(String) - Method in class websphinx.HTMLTransformer
Emit a string on the transformer chain's final output.
empty() - Method in class rcm.util.PriorityQueue
Test whether queue is empty.
EmptyEnumeration - class rcm.enum.EmptyEnumeration.
Enumeration which always returns no elements.
EmptyEnumeration() - Constructor for class rcm.enum.EmptyEnumeration
 
end - Variable in class websphinx.Region
 
end - Variable in class rcm.util.History
 
endsWithIgnoreCase(String, String) - Static method in class rcm.util.Str
Like String.endsWith, but case-insensitive.
endTag - Variable in class websphinx.Element
 
enumerateClassifiers() - Method in class websphinx.Crawler
Enumerates the set of classifiers.
enumerateHTMLAttributes() - Method in class websphinx.Tag
Enumerate the HTML attributes found on this tag.
enumerateHTMLAttributes() - Method in class websphinx.Element
Enumerate the HTML attributes found on this tag.
enumerateObjectLabels() - Method in class websphinx.Region
Enumerate the labels of the region.
enumerateQueue() - Method in class websphinx.Crawler
Enumerate crawling queue.
equals(Object) - Method in class websphinx.Wildcard
 
equals(Object) - Method in class websphinx.Tagexp
 
equals(Object) - Method in class websphinx.Regexp
 
equals(Object) - Method in class websphinx.workbench.URLPredicate
 
equals(Object) - Method in class websphinx.workbench.TitlePredicate
 
equals(Object) - Method in class websphinx.workbench.Script
 
equals(Object) - Method in class websphinx.workbench.MirrorAction
 
equals(Object) - Method in class websphinx.workbench.LabelPredicate
 
equals(Object) - Method in class websphinx.workbench.HighlightAction
 
equals(Object) - Method in class websphinx.workbench.ExtractAction
 
equals(Object) - Method in class websphinx.workbench.DualPredicate
 
equals(Object) - Method in class websphinx.workbench.ContentPredicate
 
equals(Object) - Method in class websphinx.workbench.ConcatAction
 
equals(Object) - Method in class rcm.util.CaselessString
 
ERROR - Static variable in class websphinx.LinkEvent
An error occurred in retrieving the page.
escape(String) - Static method in class websphinx.Wildcard
 
escape(String) - Static method in class websphinx.Regexp
 
escape(String, char, String) - Static method in class rcm.util.Str
Escapes metacharacters in a string.
escape(String, String, char, String) - Static method in class rcm.util.Str
Escapes characters in a string.
eval(String) - Method in class websphinx.workbench.Netscape
 
eval(String) - Method in interface websphinx.workbench.ScriptInterpreter
Evaluate an expression in the script language.
EventLog - class websphinx.EventLog.
Crawling monitor that writes messages to standard output or a file.
EventLog() - Constructor for class websphinx.EventLog
Make a EventLog that writes to standard output.
EventLog(OutputStream) - Constructor for class websphinx.EventLog
Make a EventLog that writes to a stream.
EventLog(String) - Constructor for class websphinx.EventLog
Make a EventLog that writes to a file.
eventName - Static variable in class websphinx.LinkEvent
Map from id code (RETRIEVING) to name ("retrieving")
Excite - class websphinx.searchengine.Excite.
Excite search engine.
Excite() - Constructor for class websphinx.searchengine.Excite
 
Exec - class rcm.util.Exec.
 
Exec() - Constructor for class rcm.util.Exec
 
exec(String[]) - Static method in class rcm.util.Exec
 
exec(String[], String[]) - Static method in class rcm.util.Exec
 
exec(String[], String[], File) - Static method in class rcm.util.Exec
 
expand() - Method in class rcm.util.History
Double the capacity of the history.
expand(Page) - Method in class websphinx.Crawler
Expand the crawl from a page.
expired() - Method in class rcm.util.Timer
 
ExtractAction - class websphinx.workbench.ExtractAction.
 
ExtractAction(Pattern, boolean, String, boolean) - Constructor for class websphinx.workbench.ExtractAction
 

F

fieldLike(int, int) - Static method in class rcm.awt.Constrain
 
fieldLike(int, int, int) - Static method in class rcm.awt.Constrain
 
FileToURL(File) - Static method in class websphinx.Link
Convert a local filename to a URL.
filter - Variable in class websphinx.workbench.WebNode
 
FilteredEnumeration - class rcm.enum.FilteredEnumeration.
Enumeration which transforms the elements of another enumeration.
FilteredEnumeration(Enumeration) - Constructor for class rcm.enum.FilteredEnumeration
 
finalize() - Method in class websphinx.HTMLTransformer
Finalizes the transformer (calling close()).
finalize() - Method in class websphinx.workbench.Workbench
 
finalize() - Method in class websphinx.workbench.GraphLayout
 
findEnd(Region[], int) - Static method in class websphinx.Region
Finds a region that ends at or after a given position.
findFrame(Component) - Static method in class rcm.util.Win
 
findFrameOrMakeFrame(Component) - Static method in class rcm.util.Win
 
findNext() - Method in class websphinx.PatternMatcher
 
findStart(Region[], int) - Static method in class websphinx.Region
Finds a region that starts at or after a given position.
fireAdded(int, int) - Method in class rcm.util.History
 
fireChanged(int, int) - Method in class rcm.util.History
 
fireRemoved(int, int) - Method in class rcm.util.History
 
flush() - Method in class websphinx.RecordTransformer
Flush the record page to disk.
flush() - Method in class websphinx.HTMLTransformer
Flushes transformer to its destination stream.
FONT - Static variable in class websphinx.Tag
 
Form - class websphinx.Form.
<FORM> element in an HTML page.
FORM - Static variable in class websphinx.Tag
 
Form(Tag, Tag, URL) - Constructor for class websphinx.Form
Make a LinkElement from a start tag and end tag and a base URL (for relative references).
FormButton - class websphinx.FormButton.
Button element in an HTML form -- for example, <INPUT TYPE=submit> or <INPUT TYPE=image>.
FormButton(Tag, Tag, Form) - Constructor for class websphinx.FormButton
Make a LinkElement from a start tag and end tag and its containing form.
forward() - Method in class rcm.util.History
Move forward one object in the history, if possible.
forwardElements() - Method in class rcm.util.History
Get the objects AFTER the current object.
found(Region) - Method in class websphinx.Pattern
 
found(String) - Method in class websphinx.Pattern
 
FRAME - Static variable in class websphinx.Tag
 
frameName - Variable in class websphinx.workbench.Browser
 
FRAMESET - Static variable in class websphinx.Tag
 
free() - Static method in class rcm.util.Mem
 

G

gc() - Static method in class rcm.util.Mem
 
GET - Static variable in class websphinx.Link
Use the HTTP GET method to download this link.
get() - Method in class rcm.util.History
Get the current object of the history.
get(String) - Method in class websphinx.workbench.Netscape
 
get(String) - Method in interface websphinx.workbench.ScriptInterpreter
Get a variable defined in the interpreter's global namespace
getAcceptedMIMETypes() - Method in class websphinx.DownloadParameters
Get accepted MIME types.
getAccess() - Static method in class websphinx.Access
 
getAction() - Method in class websphinx.Crawler
Get action.
getAction() - Method in class websphinx.workbench.ActionEditor
 
getActiveThreads() - Method in class websphinx.Crawler
Get number of threads currently working.
getAdvancedMode() - Method in class websphinx.workbench.Workbench
 
getAlgorithm() - Method in class websphinx.workbench.GraphLayout
Get the graph-drawing algorithm in use.
getAlignment() - Method in class rcm.awt.MultiLineLabel
 
getAllowExit() - Method in class websphinx.workbench.Workbench
 
getAnswer() - Method in class rcm.awt.PopupDialog
 
getApplet() - Static method in class websphinx.workbench.Context
 
getAppletContext() - Static method in class websphinx.workbench.Context
 
getAutomaticLayout() - Method in class websphinx.workbench.GraphLayout
Test whether the graph is laid out automatically.
getBase() - Method in class websphinx.LinkTransformer
Get the base URL used by the LinkTransformer.
getBase() - Method in class websphinx.Page
Get the base URL, relative to which the page's links were interpreted.
getBrowser() - Static method in class websphinx.workbench.Context
 
getChild() - Method in class websphinx.Element
Get element's first child.
getClassifiers() - Method in class websphinx.Crawler
Get the set of classifiers
getColor() - Method in class websphinx.workbench.HighlightAction
 
getContent() - Method in class websphinx.Page
Get the content of the page as a String.
getContentBytes() - Method in class websphinx.Page
Get the content of the page as an array of bytes.
getContentEncoding() - Method in class websphinx.Page
Get content encoding of page.
getContentType() - Method in class websphinx.Page
Get MIME type of page.
getControlsPane() - Method in class rcm.awt.OkCancelDialog
 
getCrawledRoots() - Method in class websphinx.Crawler
Get roots of last crawl.
getCrawler() - Method in class websphinx.LinkEvent
Get crawler that generated the event
getCrawler() - Method in class websphinx.CrawlEvent
Get crawler that generated the event
getCrawler() - Method in class websphinx.workbench.Workbench
 
getCrawler() - Method in class websphinx.workbench.SimpleCrawlerEditor
 
getCrawler() - Method in class websphinx.workbench.CrawlerEditor
 
getCrawler() - Method in class websphinx.workbench.ClassifierListEditor
 
getCrawlTimeout() - Method in class websphinx.DownloadParameters
Get timeout on entire crawl.
getDebugLevel(Class) - Static method in class rcm.util.Debug
 
getDefaultFilename() - Method in class websphinx.Mirror
Get the filename used for directory URLs.
getDepth() - Method in class websphinx.Link
Get depth of link in crawl.
getDepth() - Method in class websphinx.Page
Get depth of page in crawl.
getDepthFirst() - Method in class websphinx.Crawler
Get depth-first search flag.
getDirectory() - Method in class websphinx.Link
Get the directory part of the link, like "/home/dir/".
getDirectory() - Method in class websphinx.workbench.MirrorAction
 
getDirectoryURL() - Method in class websphinx.Link
Get the URL of a page's directory.
getDirectoryURL(URL) - Static method in class websphinx.Link
Get the URL of a page's directory.
getDivider() - Method in class websphinx.Concatenator
Get the divider.
getDomain() - Method in class websphinx.Crawler
Get crawl domain.
getDownloadParameters() - Method in class websphinx.Link
Get the download parameters used for this link.
getDownloadParameters() - Method in class websphinx.Crawler
Get download parameters (such as number of threads, timeouts, maximum page size, etc.)
getDownloadParameters() - Method in class websphinx.workbench.DownloadParametersEditor
 
getDownloadTimeout() - Method in class websphinx.DownloadParameters
Get download timeout value.
getEdgeColor() - Method in class websphinx.workbench.GraphLayout
Get the edge color.
getElement() - Method in class websphinx.Tag
Get element to which this tag is the start or end tag.
getElements() - Method in class websphinx.Page
Get the HTML elements in the page.
getEmitBaseElement() - Method in class websphinx.LinkTransformer
Test whether the LinkTransformer should emit a <BASE> element pointing to the base URL.
getEnd() - Method in class websphinx.Region
Gets offset after end of region.
getEndTag() - Method in class websphinx.Element
Get end tag.
getEpilog() - Method in class websphinx.RecordTransformer
 
getEpilog() - Method in class websphinx.Concatenator
Get the epilog.
getException() - Method in class websphinx.LinkEvent
Get exception related to this event.
getExpiration() - Method in class websphinx.Page
Get expiration date of page.
getField(String) - Method in class websphinx.Region
Get a named subregion.
getFieldDivider() - Method in class websphinx.RecordTransformer
 
getFieldEnd() - Method in class websphinx.RecordTransformer
 
getFieldNames() - Method in class websphinx.Regexp
 
getFieldNames() - Method in class websphinx.Pattern
 
getFields(String) - Method in class websphinx.Region
Get a set of named subregions.
getFieldStart() - Method in class websphinx.RecordTransformer
 
getFile() - Method in class websphinx.Link
Get the filename part of the link, which includes the pathname and query but not the anchor reference.
getFilename() - Method in class websphinx.Link
Get the filename part of the link, like "index.html".
getFilename() - Method in class websphinx.workbench.ExtractAction
 
getFilename() - Method in class websphinx.workbench.ConcatAction
 
getFilePointer() - Method in class websphinx.HTMLTransformer
Get the file pointer.
getFontMetrics() - Method in class websphinx.workbench.GraphLayout
 
getForm() - Method in class websphinx.FormButton
Get the form.
getGraph() - Method in class websphinx.workbench.GraphLayout
Get the graph.
getHeight(FontMetrics) - Method in class rcm.awt.MultiLineString
 
getHomeDirectory() - Static method in class rcm.util.Config
 
getHost() - Method in class websphinx.Link
Get the hostname of the link, like "www.cs.cmu.edu".
getHTMLAttribute(String) - Method in class websphinx.Tag
Get an HTML attribute's value.
getHTMLAttribute(String) - Method in class websphinx.Element
Get an HTML attribute's value.
getHTMLAttribute(String, String) - Method in class websphinx.Tag
Get an HTML attribute's value, with a default value if it doesn't exist.
getHTMLAttribute(String, String) - Method in class websphinx.Element
Get an HTML attribute's value, with a default value if it doesn't exist.
getHTMLAttributes() - Method in class websphinx.Tag
Get all the HTML attributes found on this tag.
getIcon() - Method in class websphinx.workbench.HighlightAction
 
getIcon(String) - Method in class websphinx.workbench.WebOutline
Get a named icon.
getIcon(String) - Method in class websphinx.workbench.WebGraph
Get a named icon.
getID() - Method in class websphinx.LinkEvent
Get event id
getID() - Method in class websphinx.CrawlEvent
Get event id.
getID() - Method in class rcm.awt.PopupEvent
 
getIgnoreVisitedLinks() - Method in class websphinx.Crawler
Get ignore-visited-links flag.
getInstructions() - Method in class org.apache.regexp.REProgram
Returns a copy of the current regular expression program in a character array that is exactly the right length to hold the program.
getInteractive() - Method in class websphinx.DownloadParameters
Get interactive flag.
getInterval() - Method in class websphinx.workbench.GraphLayout
Get the refresh interval (measured in seconds).
getInterval() - Method in class rcm.util.Timer
 
getIterations() - Method in class websphinx.workbench.GraphLayout
Get the layout algorithm iterations per refresh.
getLabel(String) - Method in class websphinx.Region
Get a label's value.
getLabel(String, String) - Method in class websphinx.Region
Get a label's value.
getLabels() - Method in class websphinx.workbench.LabelPredicate
 
getLanguage() - Method in class websphinx.workbench.Netscape
 
getLanguage() - Method in interface websphinx.workbench.ScriptInterpreter
Return name of language this interpreter handles.
getLastException() - Method in class rcm.util.Config
 
getLastModified() - Method in class websphinx.Page
Get last-modified date of page.
getLength() - Method in class websphinx.Region
Gets length of the region.
getLineAt(int) - Method in class rcm.awt.MultiLineString
 
getLink() - Method in class websphinx.LinkEvent
Get link to which this event occurred.
getLink() - Method in class websphinx.workbench.LinkViewEvent
 
getLinkPredicate() - Method in class websphinx.Crawler
Get link predicate.
getLinkPredicate() - Method in class websphinx.workbench.LinkPredicateEditor
 
getLinks() - Method in class websphinx.Page
Get the links found in the page.
getLinksTested() - Method in class websphinx.Crawler
Get number of links tested.
getLinkType() - Method in class websphinx.Crawler
Get legal link types to crawl.
getMatchFlags() - Method in class org.apache.regexp.RE
Returns the current match behaviour flags.
getMaxDepth() - Method in class websphinx.Crawler
Get maximum depth.
getMaxPageSize() - Method in class websphinx.DownloadParameters
Get maximum page size.
getMaxThreads() - Method in class websphinx.DownloadParameters
Get maximum threads.
getMethod() - Method in class websphinx.FormButton
Get the method used to access this link.
getMethod() - Method in class websphinx.Form
Get the method used to access this link.
getMethod() - Method in class websphinx.Link
Get the method used to access this link.
getMin() - Method in class rcm.util.PriorityQueue
Get object with lowest priority from queue.
getMinimumSize() - Method in class rcm.awt.BorderPanel
 
getMinimumSize() - Method in class rcm.awt.TabPanel
 
getName() - Method in class websphinx.LinkEvent
Get event name (string equivalent to its ID)
getName() - Method in class websphinx.Crawler
Get human-readable name of crawler.
getNegativePredicate() - Method in class websphinx.workbench.DualPredicate
 
getNext() - Method in class websphinx.Element
Return next element in an inorder walk of the tree, assuming this element and its children have been visited.
getNodeCharge() - Method in class websphinx.workbench.GraphLayout
Get the node charge.
getNodeColor() - Method in class websphinx.workbench.GraphLayout
Get the node background color.
getNumericLabel(String, Number) - Method in class websphinx.Region
Get a label's value as a number.
getObeyRobotExclusion() - Method in class websphinx.DownloadParameters
Get obey-robot-exclusion flag.
getObjectLabel(String) - Method in class websphinx.Region
Get an object-valued label.
getObjectLabels() - Method in class websphinx.Region
Get a String containing the labels of the region.
getOnlyNetworkEvents() - Method in class websphinx.EventLog
Test whether logger prints only network-related LinkEvents.
getOrigin() - Method in class websphinx.Page
Get the Link that points to this page.
getOrTerms() - Method in class websphinx.workbench.LabelPredicate
 
getOutputStream() - Method in class websphinx.HTMLTransformer
 
getOutputWriter() - Method in class websphinx.HTMLTransformer
 
getOverHTML() - Method in class websphinx.workbench.ContentPredicate
 
getPage() - Method in class websphinx.Link
Get the downloaded page to which the link points.
getPageCount() - Method in class websphinx.Mirror
Get number of pages written to this mirror.
getPageCount() - Method in class websphinx.Concatenator
Get number of pages written to this mirror.
getPageFooter() - Method in class websphinx.Concatenator
Get the footer.
getPageHeader() - Method in class websphinx.Concatenator
Get the header.
getPagePredicate() - Method in class websphinx.Crawler
Get page predicate.
getPagePredicate() - Method in class websphinx.workbench.PagePredicateEditor
 
getPagesLeft() - Method in class websphinx.Crawler
Get number of pages left to be visited.
getPagesVisited() - Method in class websphinx.Crawler
Get number of pages visited.
getPageURL() - Method in class websphinx.Link
Get the URL of a page, omitting any anchor reference (like #ref).
getPageURL(URL) - Static method in class websphinx.Link
Get the URL of a page, omitting any anchor reference (like #ref).
getPanelLabels() - Method in class rcm.awt.TabPanel
 
getParen(int) - Method in class org.apache.regexp.RE
Gets the contents of a parenthesized subexpression after a successful match.
getParenCount() - Method in class org.apache.regexp.RE
Returns the number of parenthesized subexpressions available after a successful match.
getParenEnd(int) - Method in class org.apache.regexp.RE
Returns the end index of a given paren level.
getParenLength(int) - Method in class org.apache.regexp.RE
Returns the length of a given paren level.
getParenStart(int) - Method in class org.apache.regexp.RE
Returns the start index of a given paren level.
getParent() - Method in class websphinx.Element
Get element's parent.
getParentURL() - Method in class websphinx.Link
Get the URL of a page's parent directory.
getParentURL(URL) - Static method in class websphinx.Link
Get the URL of a page's parent directory.
getPattern() - Method in class websphinx.workbench.URLPredicate
 
getPattern() - Method in class websphinx.workbench.TitlePredicate
 
getPattern() - Method in class websphinx.workbench.ExtractAction
 
getPattern() - Method in class websphinx.workbench.ContentPredicate
 
getPeriodic() - Method in class rcm.util.Timer
 
getPort() - Method in class websphinx.Link
Get the port number of the link.
getPositivePredicate() - Method in class websphinx.workbench.DualPredicate
 
getPreferredSize() - Method in class rcm.awt.BorderPanel
 
getPreferredSize() - Method in class rcm.awt.TabPanel
 
getPriority() - Method in class websphinx.StandardClassifier
Get priority of this classifier.
getPriority() - Method in class websphinx.Link
Get the priority of the link in the crawl.
getPriority() - Method in interface websphinx.Classifier
Get priority of this classifier.
getPriority() - Method in class websphinx.searchengine.NewsIndex
Get priority of this classifier.
getPriority() - Method in class websphinx.searchengine.NewsBot
Get priority of this classifier.
getPriority() - Method in class websphinx.searchengine.MetaCrawler
Get priority of this classifier.
getPriority() - Method in class websphinx.searchengine.HotBot
Get priority of this classifier.
getPriority() - Method in class websphinx.searchengine.Google
Get priority of this classifier.
getPriority() - Method in class websphinx.searchengine.Excite
Get priority of this classifier.
getPriority() - Method in class websphinx.searchengine.AltaVista
Get priority of this classifier.
getPriority() - Method in interface rcm.util.Prioritized
Get the priority of the object.
getProgram() - Method in class org.apache.regexp.RE
Returns the current regular expression program in use by this matcher object.
getProlog() - Method in class websphinx.RecordTransformer
 
getProlog() - Method in class websphinx.Concatenator
Get the prolog.
getProtocol() - Method in class websphinx.Link
Get the network protocol of the link, like "ftp" or "http".
getQuery() - Method in class websphinx.Link
Get the query part of the link.
getQuiescent() - Method in class websphinx.workbench.GraphLayout
Test whether the graph is quiescent (not changing in the background).
getRandomAccessFile() - Method in class websphinx.HTMLTransformer
 
getRecordCount() - Method in class websphinx.RecordTransformer
 
getRecordDivider() - Method in class websphinx.RecordTransformer
 
getRecordEnd() - Method in class websphinx.RecordTransformer
 
getRecordStart() - Method in class websphinx.RecordTransformer
 
getRef() - Method in class websphinx.Link
Get the anchor reference of the link, like "#ref".
getReport() - Static method in class rcm.util.Mem
 
getResponseCode() - Method in class websphinx.Page
Get response code returned by the Web server.
getResponseMessage() - Method in class websphinx.Page
Get response message returned by the Web server.
getRestLength() - Method in class websphinx.workbench.GraphLayout
Get the default rest length for new edges.
getResultsPerPage() - Method in class websphinx.searchengine.NewsIndex
Get number of results per page for this search engine.
getResultsPerPage() - Method in class websphinx.searchengine.NewsBot
Get number of results per page for this search engine.
getResultsPerPage() - Method in class websphinx.searchengine.MetaCrawler
Get number of results per page for this search engine.
getResultsPerPage() - Method in class websphinx.searchengine.HotBot
Get number of results per page for this search engine.
getResultsPerPage() - Method in class websphinx.searchengine.Google
Get number of results per page for this search engine.
getResultsPerPage() - Method in class websphinx.searchengine.Excite
Get number of results per page for this search engine.
getResultsPerPage() - Method in interface websphinx.searchengine.SearchEngine
Get number of results per page for this search engine.
getResultsPerPage() - Method in class websphinx.searchengine.AltaVista
Get number of results per page for this search engine.
getRootElement() - Method in class websphinx.Region
Get the root HTML element of the region.
getRootElement() - Method in class websphinx.Page
Get the root HTML element of the page.
getRootHrefs() - Method in class websphinx.Crawler
Get starting points of crawl as a String of newline-delimited URLs.
getRoots() - Method in class websphinx.Crawler
Get starting points of crawl as an array of Link objects.
getRunning() - Method in class websphinx.workbench.GraphLayout
Test whether the graph layout thread is running in the background
getScale() - Method in class websphinx.workbench.HighlightAction
 
getScript() - Method in class websphinx.workbench.Script
 
getScriptInterpreter() - Method in class websphinx.workbench.Netscape
 
getScriptInterpreter() - Static method in class websphinx.workbench.Context
 
getSelectedComponent() - Method in class rcm.awt.TabPanel
 
getSelectedEdge() - Method in class websphinx.workbench.GraphLayout
Get edge currently under the mouse pointer, or null if no edge is under the mouse.
getSelectedLink() - Method in class websphinx.workbench.WebOutline
 
getSelectedLink() - Method in class websphinx.workbench.WebGraph
 
getSelectedNode() - Method in class websphinx.workbench.GraphLayout
Get node currently under the mouse pointer, or null if no node is under the mouse.
getServiceURL() - Method in class websphinx.Link
Get the URL of a Web service, omitting any query or anchor reference.
getServiceURL(URL) - Static method in class websphinx.Link
Get the URL of a Web service, omitting any query or anchor reference.
getSibling() - Method in class websphinx.Element
Get element's next sibling.
getSource() - Method in class websphinx.Region
Gets page containing the region.
getSource() - Method in class websphinx.workbench.LinkViewEvent
 
getSpringConstant() - Method in class websphinx.workbench.GraphLayout
Get the spring constant.
getStart() - Method in class websphinx.Region
Gets starting offset of region in page content.
getStartTag() - Method in class websphinx.Element
Get start tag.
getState() - Method in class websphinx.Crawler
Get state of crawler.
getStatus() - Method in class websphinx.Link
Get the status of the link.
getSynchronous() - Method in class websphinx.Crawler
Get synchronous flag.
getTagName() - Method in class websphinx.Tag
Get tag name.
getTagName() - Method in class websphinx.Element
Get tag name.
getTags() - Method in class websphinx.Page
Get the tag sequence of the page.
getTemporaryDirectory() - Method in class websphinx.Access
 
getText() - Method in class rcm.awt.MultiLineLabel
 
getText() - Method in class rcm.awt.PopupDialog
 
getText() - Method in class rcm.awt.PopupEvent
 
getTextOnly() - Method in class websphinx.workbench.ExtractAction
 
getThreshold() - Method in class websphinx.workbench.GraphLayout
Get the threshold.
getTip() - Method in class websphinx.workbench.WebNode
 
getTip() - Method in class websphinx.workbench.WebEdge
 
getTip() - Method in class websphinx.workbench.RenderedEdge
 
getTip() - Method in interface websphinx.workbench.Tipped
 
getTip() - Method in class websphinx.workbench.RenderedNode
 
getTipColor() - Method in class websphinx.workbench.GraphLayout
Get the popup tip color.
getTitle() - Method in class websphinx.Page
Get the title of the page.
getTokens() - Method in class websphinx.Page
Get the token sequence of the page.
getURL() - Method in class websphinx.FormButton
Get the URL.
getURL() - Method in class websphinx.Link
Get the URL.
getURL() - Method in class websphinx.Page
Get the URL.
getUseBrowser() - Method in class websphinx.workbench.MirrorAction
 
getUseBrowser() - Method in class websphinx.workbench.ExtractAction
 
getUseBrowser() - Method in class websphinx.workbench.ConcatAction
 
getUseCaches() - Method in class websphinx.DownloadParameters
Get use-caches flag.
getUserAgent() - Method in class websphinx.DownloadParameters
Get User-agent header used in HTTP requests.
getWidth(FontMetrics) - Method in class rcm.awt.MultiLineString
 
getWords() - Method in class websphinx.Page
Get the words in the page.
Google - class websphinx.searchengine.Google.
Google search engine.
Google() - Constructor for class websphinx.searchengine.Google
 
GraphLayout - class websphinx.workbench.GraphLayout.
 
GraphLayout() - Constructor for class websphinx.workbench.GraphLayout
Make a GraphLayout.
grep(Object[]) - Method in class org.apache.regexp.RE
Returns an array of Strings, whose toString representation matches a regular expression.
groups - Static variable in class websphinx.Pattern
 

H

H1 - Static variable in class websphinx.Tag
 
H2 - Static variable in class websphinx.Tag
 
H3 - Static variable in class websphinx.Tag
 
H4 - Static variable in class websphinx.Tag
 
H5 - Static variable in class websphinx.Tag
 
H6 - Static variable in class websphinx.Tag
 
handleBase(Element) - Method in class websphinx.LinkTransformer
Handle the BASE element.
handleElement(Element) - Method in class websphinx.HTMLTransformer
Handle the transformation of an HTML element.
handleElement(Element) - Method in class websphinx.LinkTransformer
Handle an element written through the transformer.
handleElement(Element) - Method in class websphinx.Concatenator
Process an HTML element for concatenation.
handleEvent(Event) - Method in class websphinx.workbench.WorkbenchControlPanel
 
handleEvent(Event) - Method in class websphinx.workbench.Workbench
 
handleEvent(Event) - Method in class websphinx.workbench.WebOutline
 
handleEvent(Event) - Method in class websphinx.workbench.WebGraph
 
handleEvent(Event) - Method in class websphinx.workbench.Statistics
 
handleEvent(Event) - Method in class websphinx.workbench.GraphLayout
 
handleEvent(Event) - Method in class websphinx.workbench.CrawlerEditor
 
handleEvent(Event) - Method in class websphinx.workbench.ClassifierListEditor
 
handleLink(Link) - Method in class websphinx.LinkTransformer
Handle a Link's transformation.
handleLink(Link) - Method in class websphinx.RewritableLinkTransformer
 
hasAllLabels(String) - Method in class websphinx.Region
Test if all of several labels are set.
hasAllLabels(String[]) - Method in class websphinx.Region
Test if all of several labels are set.
hasAnyLabels(String) - Method in class websphinx.Region
Test if one or more of several labels are set.
hasAnyLabels(String[]) - Method in class websphinx.Region
Test if one or more of several labels are set.
hasContent() - Method in class websphinx.Page
Test if page content is available.
hashCode() - Method in class rcm.util.CaselessString
 
hasHTMLAttribute(String) - Method in class websphinx.Tag
Test if tag has an HTML attribute.
hasHTMLAttribute(String) - Method in class websphinx.Element
Test if tag has an HTML attribute.
hasLabel(String) - Method in class websphinx.Region
Test if a label is set.
hasMoreElements() - Method in class websphinx.PatternMatcher
 
hasMoreElements() - Method in class websphinx.searchengine.Search
 
hasMoreElements() - Method in class rcm.enum.PairEnumeration
 
hasMoreElements() - Method in class rcm.enum.MemoizedEnumeration
 
hasMoreElements() - Method in class rcm.enum.FilteredEnumeration
 
hasMoreElements() - Method in class rcm.enum.EmptyEnumeration
 
hasMoreElements() - Method in class rcm.enum.ConcatEnumeration
 
hasMoreElements() - Method in class rcm.enum.ArrayEnumeration
Test if enumeration has reached end.
HEAD - Static variable in class websphinx.Tag
 
HighlightAction - class websphinx.workbench.HighlightAction.
 
HighlightAction(String, String, String) - Constructor for class websphinx.workbench.HighlightAction
 
history - Variable in class rcm.util.History
 
History - class rcm.util.History.
 
History(History) - Constructor for class rcm.util.History
Make a duplicate of another History.
History(int) - Constructor for class rcm.util.History
Make a History.
HotBot - class websphinx.searchengine.HotBot.
HotBot search engine.
HotBot() - Constructor for class websphinx.searchengine.HotBot
 
HR - Static variable in class websphinx.Tag
 
HTML - Static variable in class websphinx.Tag
 
HTMLParser - class websphinx.HTMLParser.
HTML parser.
HTMLParser() - Constructor for class websphinx.HTMLParser
Make an HTMLParser.
HTMLTransformer - class websphinx.HTMLTransformer.
 
HTMLTransformer(HTMLTransformer) - Constructor for class websphinx.HTMLTransformer
Make an HTMLTransformer that writes pages to a downstream HTMLTransformer.
HTMLTransformer(OutputStream) - Constructor for class websphinx.HTMLTransformer
Make an HTMLTransformer that writes pages to a stream.
HTMLTransformer(String) - Constructor for class websphinx.HTMLTransformer
Make an HTMLTransformer that writes pages to a file.
HTMLTransformer(String, boolean) - Constructor for class websphinx.HTMLTransformer
Make an HTMLTransformer that writes pages to a file.
HYPERLINKS - Static variable in class websphinx.Crawler
Specify HYPERLINKS as the link type to allow the crawler to visit only hyperlinks (A, AREA, and FRAME tags which point to http:, ftp:, file:, or gopher: URLs).
HYPERLINKS_AND_IMAGES - Static variable in class websphinx.Crawler
Specify HYPERLINKS_AND_IMAGES as the link type to allow the crawler to visit only hyperlinks and inline images.

I

I - Static variable in class websphinx.Tag
 
icon - Variable in class websphinx.workbench.RenderedNode
 
imageUpdate(Image, int, int, int, int, int) - Method in class websphinx.workbench.GraphLayout
Handle a loaded image.
IMG - Static variable in class websphinx.Tag
 
indexOfAnyChar(String, String) - Static method in class rcm.util.Str
Find first occurence of any of a set of characters.
indexOfAnyChar(String, String, int) - Static method in class rcm.util.Str
Find first occurence of any of a set of characters, starting at a specified index.
init() - Method in class websphinx.workbench.WorkbenchApplet
 
INPUT - Static variable in class websphinx.Tag
 
internalError(String) - Method in class org.apache.regexp.RE
Throws an Error representing an internal error condition probably resulting from a bug in the regular expression compiler (or possibly data corruption).
isApplet() - Static method in class websphinx.workbench.Context
 
isApplication() - Static method in class websphinx.workbench.Context
 
isBlockTag() - Method in class websphinx.Tag
Test if tag is a block-level tag.
isBodyTag() - Method in class websphinx.Tag
Test if tag belongs in the element.
isEmpty() - Method in class rcm.util.History
Test whether history is empty.
isEnabled() - Method in class rcm.util.Debug
 
isEnabled() - Method in class rcm.util.Debug.Verbose
 
isEnabled() - Method in class rcm.util.Debug.Quiet
 
isEnabled() - Method in class rcm.util.Debug.NoDebug
 
isEnd(int) - Method in class org.apache.regexp.StringCharacterIterator
 
isEnd(int) - Method in class org.apache.regexp.StreamCharacterIterator
 
isEnd(int) - Method in class org.apache.regexp.ReaderCharacterIterator
 
isEnd(int) - Method in interface org.apache.regexp.CharacterIterator
 
isEnd(int) - Method in class org.apache.regexp.CharacterArrayCharacterIterator
 
isEndTag() - Method in class websphinx.Tag
Test if tag is an end tag.
isFlowTag() - Method in class websphinx.Tag
Test if tag is a flow-level tag.
isFull() - Method in class rcm.util.History
Test whether history is full.
isHeadTag() - Method in class websphinx.Tag
Test if tag belongs in the element.
isHTML() - Method in class websphinx.Page
Test whether page is HTML.
isImage() - Method in class websphinx.Page
Test whether page is a GIF or JPEG image.
ISINDEX - Static variable in class websphinx.Tag
 
isMapped(URL) - Method in class websphinx.LinkTransformer
Test whether a URL is mapped.
isParsed() - Method in class websphinx.Page
Test whether page has been parsed.
isStartTag() - Method in class websphinx.Tag
Test if tag is a start tag.
isWhitespace(String) - Static method in class rcm.util.Str
Test if string contains only whitespace.

J

join(String[], String) - Static method in class rcm.util.Str
Concatenate an array of strings.

K

KBD - Static variable in class websphinx.Tag
 
keepContent() - Method in class websphinx.Page
Lock the page's content (to prevent it from being discarded).

L

labelLike(int, int) - Static method in class rcm.awt.Constrain
 
labelLike(int, int, int) - Static method in class rcm.awt.Constrain
 
LabelPredicate - class websphinx.workbench.LabelPredicate.
 
LabelPredicate(String, boolean) - Constructor for class websphinx.workbench.LabelPredicate
 
lambda(String[], String) - Method in class websphinx.workbench.Netscape
 
lambda(String[], String) - Method in interface websphinx.workbench.ScriptInterpreter
Construct a procedure or function.
layout() - Method in class websphinx.workbench.Statistics
 
layout() - Method in class rcm.awt.BorderPanel
 
layout() - Method in class rcm.awt.TabPanel
 
LI - Static variable in class websphinx.Tag
 
link - Variable in class websphinx.workbench.WebNode
 
link - Variable in class websphinx.workbench.WebEdge
 
link - Variable in class websphinx.searchengine.SearchEngineResult
Link to the actual page.
Link - class websphinx.Link.
Link to a Web page.
LINK - Static variable in class websphinx.Tag
 
Link(File) - Constructor for class websphinx.Link
Make a Link from a File.
Link(String) - Constructor for class websphinx.Link
Make a Link from a string URL.
Link(Tag, Tag, URL) - Constructor for class websphinx.Link
Make a Link from a start tag and end tag and a base URL (for relative references).
Link(URL) - Constructor for class websphinx.Link
Make a Link from a URL.
LinkEvent - class websphinx.LinkEvent.
Link event.
LinkEvent(Crawler, int, Link) - Constructor for class websphinx.LinkEvent
Make a LinkEvent.
LinkEvent(Crawler, int, Link, Throwable) - Constructor for class websphinx.LinkEvent
Make a LinkEvent for an error.
LinkListener - interface websphinx.LinkListener.
Link event listener.
LinkPredicate - interface websphinx.LinkPredicate.
 
LinkPredicateEditor - class websphinx.workbench.LinkPredicateEditor.
 
LinkPredicateEditor() - Constructor for class websphinx.workbench.LinkPredicateEditor
Make a LinkPredicateEditor.
LinkTransformer - class websphinx.LinkTransformer.
Transformer that remaps URLs in links.
LinkTransformer(HTMLTransformer) - Constructor for class websphinx.LinkTransformer
Make a LinkTransformer writing to another HTMLTransformer
LinkTransformer(OutputStream) - Constructor for class websphinx.LinkTransformer
Make a LinkTransformer writing to a stream.
LinkTransformer(String) - Constructor for class websphinx.LinkTransformer
Make a LinkTransformer writing to a file.
LinkTransformer(String, boolean) - Constructor for class websphinx.LinkTransformer
Make a LinkTransformer that writes pages to a file.
LinkViewEvent - class websphinx.workbench.LinkViewEvent.
 
LinkViewEvent(Object, Link) - Constructor for class websphinx.workbench.LinkViewEvent
 
LinkViewListener - interface websphinx.workbench.LinkViewListener.
 
LISTING - Static variable in class websphinx.Tag
 
longestCommonPrefix(String, String) - Static method in class rcm.util.Str
Find longest common prefix of two strings.
longestCommonPrefixIgnoreCase(String, String) - Static method in class rcm.util.Str
Find longest common prefix of two strings, ignoring case.
longestCommonPrefixLength(String, String) - Static method in class rcm.util.Str
 
longestCommonPrefixLengthIgnoreCase(String, String) - Static method in class rcm.util.Str
 
longestCommonSuffix(String, String) - Static method in class rcm.util.Str
Find longest common suffix of two strings.
longestCommonSuffixIgnoreCase(String, String) - Static method in class rcm.util.Str
Find longest common suffix of two strings, ignoring case.
longestCommonSuffixLength(String, String) - Static method in class rcm.util.Str
 
longestCommonSuffixLengthIgnoreCase(String, String) - Static method in class rcm.util.Str
 
lookup(URL, URL) - Method in class websphinx.LinkTransformer
Look up the href for a URL, taking any mapping into account.
lookupDir(URL, URL) - Method in class websphinx.Mirror
Lookup the local directory to which a remote directory URL maps.

M

main(String[]) - Static method in class websphinx.Wildcard
 
main(String[]) - Static method in class websphinx.Tagexp
 
main(String[]) - Static method in class websphinx.Regexp
 
main(String[]) - Static method in class websphinx.Mirror
 
main(String[]) - Static method in class websphinx.Concatenator
 
main(String[]) - Static method in class websphinx.Chronicle
 
main(String[]) - Static method in class websphinx.RobotExclusion
 
main(String[]) - Static method in class websphinx.HTMLParser
 
main(String[]) - Static method in class websphinx.Crawler
 
main(String[]) - Static method in class websphinx.Page
 
main(String[]) - Static method in class websphinx.workbench.Workbench
 
main(String[]) - Static method in class websphinx.searchengine.Search
 
main(String[]) - Static method in class rcm.awt.PopupDialog
 
main(String[]) - Static method in class rcm.util.PriorityQueue
 
main(String[]) - Static method in class org.apache.regexp.recompile
Main application entrypoint.
main(String[]) - Static method in class org.apache.regexp.RETest
Main program entrypoint.
makeConstrainedPanel() - Static method in class rcm.awt.Constrain
 
makeConstrainedPanel(int, int) - Static method in class rcm.awt.Constrain
 
makeDir(File) - Method in class websphinx.Access
 
makeDir(File) - Method in class websphinx.workbench.Netscape4Access
 
makeFrame() - Method in class websphinx.workbench.Workbench
 
makeQuery() - Method in class websphinx.Form
Construct the query that would be submitted if the form's SUBMIT button were pressed.
makeQuery(FormButton) - Method in class websphinx.Form
Construct the query that would be submitted if the specified button were pressed.
makeQuery(String) - Method in class websphinx.searchengine.NewsIndex
Make a query URL for NewsIndex.
makeQuery(String) - Method in class websphinx.searchengine.NewsBot
Make a query URL for NewsBot.
makeQuery(String) - Method in class websphinx.searchengine.MetaCrawler
Make a query URL for MetaCrawler.
makeQuery(String) - Method in class websphinx.searchengine.HotBot
Make a query URL for HotBot.
makeQuery(String) - Method in class websphinx.searchengine.Google
Make a query URL for Google.
makeQuery(String) - Method in class websphinx.searchengine.Excite
Make a query URL for Excite.
makeQuery(String) - Method in interface websphinx.searchengine.SearchEngine
Make a query URL for this search engine.
makeQuery(String) - Method in class websphinx.searchengine.AltaVista
Make a query URL for AltaVista.
makeTemporaryFile(String, String) - Method in class websphinx.Access
 
makeTemporaryFile(String, String) - Method in class websphinx.workbench.Netscape4Access
 
makeWorkbench() - Method in class websphinx.workbench.WorkbenchApplet
 
map - Variable in class websphinx.LinkTransformer
 
MAP - Static variable in class websphinx.Tag
 
map(URL, String) - Method in class websphinx.LinkTransformer
Map a URL to an href.
map(URL, URL) - Method in class websphinx.LinkTransformer
Map a URL to a new URL.
mapDir(URL, String) - Method in class websphinx.Mirror
Map a directory URL (of the form http://host/path/) to a local directory.
markVisited(Link) - Method in class websphinx.Crawler
Register that a link has been visited.
MARQUEE - Static variable in class websphinx.Tag
 
MATCH_CASEINDEPENDENT - Static variable in class org.apache.regexp.RE
Flag to indicate that matching should be case-independent (folded)
MATCH_MULTILINE - Static variable in class org.apache.regexp.RE
Newlines should match as BOL/EOL (^ and $)
MATCH_NORMAL - Static variable in class org.apache.regexp.RE
Specifies normal, case-sensitive matching behaviour.
MATCH_SINGLELINE - Static variable in class org.apache.regexp.RE
Consider all input a single body of text - newlines are matched by .
match(CharacterIterator, int) - Method in class org.apache.regexp.RE
Matches the current regular expression program against a character array, starting at a given index.
match(Region) - Method in class websphinx.Tagexp
 
match(Region) - Method in class websphinx.Regexp
 
match(Region) - Method in class websphinx.Pattern
 
match(String) - Method in class org.apache.regexp.RE
Matches the current regular expression program against a String.
match(String, int) - Method in class org.apache.regexp.RE
Matches the current regular expression program against a character array, starting at a given index.
matchAt(int) - Method in class org.apache.regexp.RE
Match the current regular expression program against the current input string, starting at index i of the input string.
matchNodes(int, int, int) - Method in class org.apache.regexp.RE
Try to match a string against a subset of nodes in the program
MAX_LENGTH - Static variable in class websphinx.Tag
Length of longest tag name.
Mem - class rcm.util.Mem.
 
Mem() - Constructor for class rcm.util.Mem
 
MemoizedEnumeration - class rcm.enum.MemoizedEnumeration.
Enumeration which can be restarted from the beginning.
MemoizedEnumeration(Enumeration) - Constructor for class rcm.enum.MemoizedEnumeration
 
MemoizedEnumeration(Vector) - Constructor for class rcm.enum.MemoizedEnumeration
 
MENU - Static variable in class websphinx.Tag
 
merge(Object, Object) - Method in class rcm.util.MergingHashtable
 
MergingHashtable - class rcm.util.MergingHashtable.
Subclass of Hashtable that supports merging the existing object stored in the hashtable with a new object.
MergingHashtable() - Constructor for class rcm.util.MergingHashtable
 
META - Static variable in class websphinx.Tag
 
MetaCrawler - class websphinx.searchengine.MetaCrawler.
MetaCrawler search engine.
MetaCrawler() - Constructor for class websphinx.searchengine.MetaCrawler
 
minimumSize() - Method in class websphinx.workbench.Statistics
 
minimumSize() - Method in class rcm.awt.MultiLineLabel
 
Mirror - class websphinx.Mirror.
Offline mirror of a Web site.
Mirror(String) - Constructor for class websphinx.Mirror
Make a new Mirror.
MirrorAction - class websphinx.workbench.MirrorAction.
 
MirrorAction(String, boolean) - Constructor for class websphinx.workbench.MirrorAction
 
monitor(Crawler) - Static method in class websphinx.EventLog
Create a EventLog that prints to standard error and attach it to a crawler.
monitor(Crawler) - Static method in class websphinx.workbench.WebOutline
Create a new Frame containing a WebOutline connected to a crawler.
monitor(Crawler) - Static method in class websphinx.workbench.WebGraph
Create a new Frame containing a WebGraph connected to a crawler.
monitor(Crawler) - Static method in class websphinx.workbench.Statistics
Create a new Frame containing a Statistics panel connected to a crawler.
MultiLineLabel - class rcm.awt.MultiLineLabel.
 
MultiLineLabel(String) - Constructor for class rcm.awt.MultiLineLabel
 
MultiLineLabel(String, int) - Constructor for class rcm.awt.MultiLineLabel
 
MultiLineString - class rcm.awt.MultiLineString.
 
MultiLineString(String) - Constructor for class rcm.awt.MultiLineString
 
MultiLineString(String[]) - Constructor for class rcm.awt.MultiLineString
 

N

names - Variable in class websphinx.Region
 
Netscape - class websphinx.workbench.Netscape.
 
Netscape(AppletContext) - Constructor for class websphinx.workbench.Netscape
 
Netscape(AppletContext, String) - Constructor for class websphinx.workbench.Netscape
 
Netscape4Access - class websphinx.workbench.Netscape4Access.
 
Netscape4Access() - Constructor for class websphinx.workbench.Netscape4Access
 
newInstance(String, Class[], Object[]) - Static method in class rcm.util.Reflect
Create a new instance of a class by calling a constructor with arguments.
NewsBot - class websphinx.searchengine.NewsBot.
NewsBot search engine.
NewsBot() - Constructor for class websphinx.searchengine.NewsBot
 
NewsIndex - class websphinx.searchengine.NewsIndex.
NewsIndex search engine.
NewsIndex() - Constructor for class websphinx.searchengine.NewsIndex
 
nextElement() - Method in class websphinx.PatternMatcher
 
nextElement() - Method in class websphinx.searchengine.Search
 
nextElement() - Method in class rcm.enum.PairEnumeration
 
nextElement() - Method in class rcm.enum.MemoizedEnumeration
 
nextElement() - Method in class rcm.enum.FilteredEnumeration
 
nextElement() - Method in class rcm.enum.EmptyEnumeration
 
nextElement() - Method in class rcm.enum.ConcatEnumeration
 
nextElement() - Method in class rcm.enum.ArrayEnumeration
Get next element of enumeration.
NEXTID - Static variable in class websphinx.Tag
 
nextMatch() - Method in class websphinx.PatternMatcher
 
nextResult() - Method in class websphinx.searchengine.Search
 
NO - Static variable in class rcm.awt.PopupDialog
 
NO_LIMITS - Static variable in class websphinx.DownloadParameters
 
no(PopupEvent) - Method in class rcm.awt.PopupAdapter
 
no(PopupEvent) - Method in interface rcm.awt.PopupListener
 
NOBR - Static variable in class websphinx.Tag
 
NOEMBED - Static variable in class websphinx.Tag
 
NOFRAMES - Static variable in class websphinx.Tag
 
NONE - Static variable in class websphinx.LinkEvent
No event occured on this link yet.
NONE - Static variable in class rcm.util.Debug
 

O

OBJECT - Static variable in class websphinx.Tag
 
OK - Static variable in class rcm.awt.PopupDialog
 
ok() - Method in class rcm.awt.OkCancelDialog
 
okcancel(Component, String, String) - Static method in class rcm.awt.PopupDialog
 
OkCancelDialog - class rcm.awt.OkCancelDialog.
 
OkCancelDialog(Frame, String) - Constructor for class rcm.awt.OkCancelDialog
 
OL - Static variable in class websphinx.Tag
 
oneMatch(Region) - Method in class websphinx.Pattern
 
oneMatch(String) - Method in class websphinx.Pattern
 
openConnection(Link) - Method in class websphinx.Access
 
openConnection(Link) - Method in class websphinx.workbench.Netscape4Access
 
openConnection(URL) - Method in class websphinx.Access
 
openConnection(URL) - Method in class websphinx.workbench.Netscape4Access
 
OPTION - Static variable in class websphinx.Tag
 
org.apache.regexp - package org.apache.regexp
 
out - Variable in class rcm.util.Debug.Verbose
 

P

P - Static variable in class websphinx.Tag
 
Page - class websphinx.Page.
A Web page.
Page(byte[]) - Constructor for class websphinx.Page
Make a Page from a byte array of content.
Page(Link) - Constructor for class websphinx.Page
Make a Page by downloading and parsing a Link.
Page(Link, DownloadParameters) - Constructor for class websphinx.Page
Make a Page by downloading a Link.
Page(Link, DownloadParameters, HTMLParser) - Constructor for class websphinx.Page
Make a Page by downloading a Link.
Page(String) - Constructor for class websphinx.Page
Make a Page from a string of content.
Page(URL, String) - Constructor for class websphinx.Page
Make a Page from a URL and a string of HTML.
Page(URL, String, HTMLParser) - Constructor for class websphinx.Page
Make a Page from a URL and a string of HTML.
PagePredicate - interface websphinx.PagePredicate.
 
PagePredicateEditor - class websphinx.workbench.PagePredicateEditor.
 
PagePredicateEditor() - Constructor for class websphinx.workbench.PagePredicateEditor
Make a PagePredicateEditor.
paint(Graphics) - Method in class websphinx.workbench.Statistics
 
paint(Graphics) - Method in class websphinx.workbench.GraphLayout
 
paint(Graphics) - Method in class rcm.awt.MultiLineLabel
 
paint(Graphics) - Method in class rcm.awt.TabPanel
 
PairEnumeration - class rcm.enum.PairEnumeration.
Enumeration which transforms the elements of another enumeration.
PairEnumeration(Enumeration, Enumeration) - Constructor for class rcm.enum.PairEnumeration
 
PairEnumeration(Enumeration, Enumeration, PairEnumeration) - Constructor for class rcm.enum.PairEnumeration
 
PARAM - Static variable in class websphinx.Tag
 
parent - Variable in class websphinx.Element
 
parse(HTMLParser) - Method in class websphinx.Page
Parse the page.
parse(Page) - Method in class websphinx.HTMLParser
Parse a page as HTML.
parseColor(String) - Static method in class rcm.awt.Colors
 
parseNumber(String) - Static method in class rcm.util.Str
 
Pattern - class websphinx.Pattern.
Base class for pattern matchers.
Pattern() - Constructor for class websphinx.Pattern
 
PatternMatcher - class websphinx.PatternMatcher.
 
PatternMatcher() - Constructor for class websphinx.PatternMatcher
 
pause() - Method in class websphinx.Crawler
Pause the crawl in progress.
pause() - Method in class websphinx.workbench.Workbench
 
PAUSED - Static variable in class websphinx.CrawlEvent
Crawler was paused.
paused(CrawlEvent) - Method in class websphinx.EventLog
Notify that the crawler paused.
paused(CrawlEvent) - Method in class websphinx.CrawlAdapter
Notify that the crawler was paused.
paused(CrawlEvent) - Method in interface websphinx.CrawlListener
Notify that the crawler was paused.
paused(CrawlEvent) - Method in class websphinx.workbench.Workbench
Notify that the crawler was paused.
paused(CrawlEvent) - Method in class websphinx.workbench.WebOutline
Notify that the crawler is paused
paused(CrawlEvent) - Method in class websphinx.workbench.WebGraph
Notify that the crawler is paused
paused(CrawlEvent) - Method in class websphinx.workbench.Statistics
Notify that the crawler is paused.
paused(CrawlEvent) - Method in class websphinx.workbench.MirrorAction
Notify that the crawler is paused.
paused(CrawlEvent) - Method in class websphinx.workbench.ExtractAction
Notify that the crawler is paused.
paused(CrawlEvent) - Method in class websphinx.workbench.ConcatAction
Notify that the crawler is paused.
peekBack() - Method in class rcm.util.History
Get the object that would be returned by back(), without actually changing the current object.
peekForward() - Method in class rcm.util.History
Get the object that would be returned by forward(), without actually changing the current object.
pick(int, int) - Method in class websphinx.workbench.GraphLayout
Find the object (Node or Edge) at position (x,y) relative to the window.
placeNodeOnGraph(RenderedNode, double, double) - Method in class websphinx.workbench.GraphLayout
 
placeNodeOnScreen(RenderedNode, int, int) - Method in class websphinx.workbench.GraphLayout
 
PLAINTEXT - Static variable in class websphinx.Tag
 
PopupAdapter - class rcm.awt.PopupAdapter.
 
PopupAdapter() - Constructor for class rcm.awt.PopupAdapter
 
PopupDialog - class rcm.awt.PopupDialog.
 
PopupDialog(Component, String, boolean) - Constructor for class rcm.awt.PopupDialog
 
PopupDialog(Component, String, boolean, String, String, String, String, String) - Constructor for class rcm.awt.PopupDialog
 
PopupEvent - class rcm.awt.PopupEvent.
 
PopupEvent(int, String) - Constructor for class rcm.awt.PopupEvent
 
PopupListener - interface rcm.awt.PopupListener.
 
position(Window, Component, double, double) - Static method in class rcm.util.Win
 
POST - Static variable in class websphinx.Link
Use the HTTP POST method to access this link.
PRE - Static variable in class websphinx.Tag
 
preferredSize() - Method in class websphinx.workbench.Statistics
 
preferredSize() - Method in class rcm.awt.MultiLineLabel
 
print(Object) - Method in class rcm.util.Debug
 
print(Object) - Method in class rcm.util.Debug.Verbose
 
print(Object) - Method in class rcm.util.Debug.Quiet
 
print(Object) - Method in class rcm.util.Debug.NoDebug
 
print(String) - Method in class rcm.util.Debug
 
print(String) - Method in class rcm.util.Debug.Verbose
 
print(String) - Method in class rcm.util.Debug.Quiet
 
print(String) - Method in class rcm.util.Debug.NoDebug
 
println(Object) - Method in class rcm.util.Debug
 
println(Object) - Method in class rcm.util.Debug.Verbose
 
println(Object) - Method in class rcm.util.Debug.Quiet
 
println(Object) - Method in class rcm.util.Debug.NoDebug
 
println(String) - Method in class rcm.util.Debug
 
println(String) - Method in class rcm.util.Debug.Verbose
 
println(String) - Method in class rcm.util.Debug.Quiet
 
println(String) - Method in class rcm.util.Debug.NoDebug
 
printStackTrace() - Method in class rcm.util.Debug
 
printStackTrace() - Method in class rcm.util.Debug.Verbose
 
printStackTrace() - Method in class rcm.util.Debug.Quiet
 
printStackTrace() - Method in class rcm.util.Debug.NoDebug
 
printThreadInfo() - Method in class rcm.util.Debug
 
printThreadInfo() - Method in class rcm.util.Debug.Verbose
 
printThreadInfo() - Method in class rcm.util.Debug.Quiet
 
printThreadInfo() - Method in class rcm.util.Debug.NoDebug
 
Prioritized - interface rcm.util.Prioritized.
Interface for objects stored in a PriorityQueue.
priority - Static variable in class websphinx.StandardClassifier
Priority of this classifier.
priority - Static variable in class websphinx.searchengine.NewsIndex
Priority of this classifier.
priority - Static variable in class websphinx.searchengine.NewsBot
Priority of this classifier.
priority - Static variable in class websphinx.searchengine.MetaCrawler
Priority of this classifier.
priority - Static variable in class websphinx.searchengine.HotBot
Priority of this classifier.
priority - Static variable in class websphinx.searchengine.Google
Priority of this classifier.
priority - Static variable in class websphinx.searchengine.Excite
Priority of this classifier.
priority - Static variable in class websphinx.searchengine.AltaVista
Priority of this classifier.
PriorityQueue - class rcm.util.PriorityQueue.
Priority queue.
PriorityQueue() - Constructor for class rcm.util.PriorityQueue
Make an empty PriorityQueue.
PriorityQueue(int) - Constructor for class rcm.util.PriorityQueue
Make an empty PriorityQueue with an initial capacity.
put(Object) - Method in class rcm.util.History
Add an object to the history after the current point (deleting all objects forward of this point).
put(Prioritized) - Method in class rcm.util.PriorityQueue
Put an object on the queue.

Q

QUEUED - Static variable in class websphinx.LinkEvent
Link was accepted by walk() and is waiting to be downloaded
QUIET - Static variable in class rcm.util.Debug
 

R

rank - Variable in class websphinx.searchengine.SearchEngineResult
Relevancy rank of page in search engine's ordering.
rcm.awt - package rcm.awt
 
rcm.enum - package rcm.enum
 
rcm.util - package rcm.util
 
RE - class org.apache.regexp.RE.
RE is an efficient, lightweight regular expression evaluator/matcher class.
RE() - Constructor for class org.apache.regexp.RE
Constructs a regular expression matcher with no initial program.
RE(REProgram) - Constructor for class org.apache.regexp.RE
Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE(REProgram, int) - Constructor for class org.apache.regexp.RE
Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE(String) - Constructor for class org.apache.regexp.RE
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE(String, int) - Constructor for class org.apache.regexp.RE
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
ReaderCharacterIterator - class org.apache.regexp.ReaderCharacterIterator.
Encapsulates InputStream, ...
ReaderCharacterIterator(Reader) - Constructor for class org.apache.regexp.ReaderCharacterIterator
 
readFile(File) - Method in class websphinx.Access
 
readFile(File) - Method in class websphinx.workbench.Netscape4Access
 
readWriteFile(File) - Method in class websphinx.Access
 
readWriteFile(File) - Method in class websphinx.workbench.Netscape4Access
 
recompile - class org.apache.regexp.recompile.
'recompile' is a command line tool that pre-compiles one or more regular expressions for use with the regular expression matcher class 'RE'.
recompile() - Constructor for class org.apache.regexp.recompile
 
RECompiler - class org.apache.regexp.RECompiler.
A regular expression compiler class.
RECompiler() - Constructor for class org.apache.regexp.RECompiler
Constructor.
RecordTransformer - class websphinx.RecordTransformer.
 
RecordTransformer(String) - Constructor for class websphinx.RecordTransformer
 
REDebugCompiler - class org.apache.regexp.REDebugCompiler.
A subclass of RECompiler which can dump a regular expression program for debugging purposes.
REDebugCompiler() - Constructor for class org.apache.regexp.REDebugCompiler
 
Reflect - class rcm.util.Reflect.
Handy reflection routines.
Reflect() - Constructor for class rcm.util.Reflect
 
refresh() - Method in class websphinx.workbench.Workbench
 
Regexp - class websphinx.Regexp.
 
Regexp(String) - Constructor for class websphinx.Regexp
 
Region - class websphinx.Region.
Region of an HTML page.
Region(Page, int, int) - Constructor for class websphinx.Region
Makes a Region.
Region(Region) - Constructor for class websphinx.Region
Makes a Region by copying another region's parameters.
registerKeystrokes() - Method in class rcm.awt.OkCancelDialog
 
relativeTo(URL, String) - Static method in class websphinx.Link
 
relativeTo(URL, URL) - Static method in class websphinx.Link
 
removeAllClassifiers() - Method in class websphinx.Crawler
Clears the set of classifiers.
removeAllKeysStartingWith(String) - Method in class rcm.util.Config
 
removeAllTabPanels() - Method in class rcm.awt.TabPanel
 
removeClassifier(Classifier) - Method in class websphinx.Crawler
Removes a classifier from the set of classifiers.
removeCrawlListener(CrawlListener) - Method in class websphinx.Crawler
Removes a listener from the set of CrawlListeners.
removeEdge(RenderedEdge) - Method in class websphinx.workbench.GraphLayout
Remove an edge.
removeHTMLAttribute(String) - Method in class websphinx.Tag
Copy this tag, removing an HTML attribute.
removeLabel(String) - Method in class websphinx.Region
Remove a label.
removeLinkListener(LinkListener) - Method in class websphinx.Crawler
Removes a listener from the set of LinkListeners.
removeLinkViewListener(CrawlListener) - Method in class websphinx.workbench.WebOutline
Removes a listener from the set of LinkViewEvent listeners.
removeLinkViewListener(CrawlListener) - Method in class websphinx.workbench.WebGraph
Removes a listener from the set of LinkViewEvent listeners.
removeNode(RenderedNode) - Method in class websphinx.workbench.GraphLayout
Remove a node.
removePopupListener(PopupListener) - Method in class rcm.awt.PopupDialog
 
removeTabPanel(Component) - Method in class rcm.awt.TabPanel
 
removeTabPanel(int) - Method in class rcm.awt.TabPanel
 
renameTab(String, String) - Method in class rcm.awt.TabPanel
 
RenderedEdge - class websphinx.workbench.RenderedEdge.
 
RenderedEdge(Node, Node) - Constructor for class websphinx.workbench.RenderedEdge
 
RenderedNode - class websphinx.workbench.RenderedNode.
 
RenderedNode() - Constructor for class websphinx.workbench.RenderedNode
 
rendering - Variable in class websphinx.workbench.WebNode
 
repaint() - Method in class websphinx.workbench.GraphLayout
Notify background thread that the view has changed.
repeat(String, int) - Static method in class rcm.util.Str
Generate a string by concatenating n copies of another string.
REPLACE_ALL - Static variable in class org.apache.regexp.RE
Flag bit that indicates that subst should replace all occurrences of this regular expression.
REPLACE_FIRSTONLY - Static variable in class org.apache.regexp.RE
Flag bit that indicates that subst should only replace the first occurrence of this regular expression.
replace(Object) - Method in class rcm.util.History
Replace the current object of the history.
replace(String, String, String) - Static method in class rcm.util.Str
Replace all occurences of a string.
replaceHref(String) - Method in class websphinx.Link
Copy the link's start tag, replacing the URL.
replaceHTMLAttribute(String) - Method in class websphinx.Tag
Copy this tag, setting an HTML attribute's value to TRUE.
replaceHTMLAttribute(String, String) - Method in class websphinx.Tag
Copy this tag, setting an HTML attribute's value.
report(Throwable) - Method in class rcm.util.Debug
 
report(Throwable) - Method in class rcm.util.Debug.Verbose
 
report(Throwable) - Method in class rcm.util.Debug.Quiet
 
report(Throwable) - Method in class rcm.util.Debug.NoDebug
 
REProgram - class org.apache.regexp.REProgram.
A class that holds compiled regular expressions.
REProgram(char[]) - Constructor for class org.apache.regexp.REProgram
Constructs a program object from a character array
REProgram(char[], int) - Constructor for class org.apache.regexp.REProgram
Constructs a program object from a character array
restart() - Method in class rcm.enum.MemoizedEnumeration
 
restart() - Method in interface rcm.enum.RestartableEnumeration
 
restart() - Method in class rcm.enum.EmptyEnumeration
 
RestartableEnumeration - interface rcm.enum.RestartableEnumeration.
Enumeration which can be restarted from the beginning.
RESyntaxException - exception org.apache.regexp.RESyntaxException.
Exception thrown to indicate a syntax error in a regular expression.
RESyntaxException(String) - Constructor for class org.apache.regexp.RESyntaxException
Constructor.
RETest - class org.apache.regexp.RETest.
Data driven (and optionally interactive) testing harness to exercise regular expression compiler and matching engine.
RETest() - Constructor for class org.apache.regexp.RETest
Constructor
RETest(String[]) - Constructor for class org.apache.regexp.RETest
Constructor for test
RETRIEVING - Static variable in class websphinx.LinkEvent
Link is being retrieved
REUtil - class org.apache.regexp.REUtil.
This is a class that contains utility helper methods for this package.
REUtil() - Constructor for class org.apache.regexp.REUtil
 
reverse(String) - Static method in class rcm.util.Str
Reverse a string.
RewritableLinkTransformer - class websphinx.RewritableLinkTransformer.
Transformer that remaps URLs in links in such a way that if the URL mapping changes during (or after) some HTML has been transformed, the HTML can be fixed up after the fact.
RewritableLinkTransformer(String) - Constructor for class websphinx.RewritableLinkTransformer
Make a RewritableLinkTransformer.
rewrite() - Method in class websphinx.Mirror
Rewrite the mirror to make local links consistent.
rewrite() - Method in class websphinx.RewritableLinkTransformer
Rewrite the file, remapping all the URLs according to their current values from lookup().
rewrite() - Method in class websphinx.Concatenator
Rewrite the concatenation.
rightJustify(GridBagConstraints) - Static method in class rcm.awt.Constrain
 
RobotExclusion - class websphinx.RobotExclusion.
 
RobotExclusion(String) - Constructor for class websphinx.RobotExclusion
Make a RobotExclusion object.
run() - Method in class websphinx.Chronicle
Background thread that runs the crawler.
run() - Method in class websphinx.Crawler
Start crawling.
run() - Method in class websphinx.workbench.Statistics
Background thread.
run() - Method in class websphinx.workbench.GraphLayout
 
run() - Method in class websphinx.searchengine.Search
 
run() - Method in class rcm.awt.RunnableDialog
 
RunnableDialog - class rcm.awt.RunnableDialog.
 
RunnableDialog(Component, String, boolean) - Constructor for class rcm.awt.RunnableDialog
 
RunnableDialog(Component, String, boolean, String, String, String, String, String) - Constructor for class rcm.awt.RunnableDialog
 

S

SAMP - Static variable in class websphinx.Tag
 
save() - Method in class rcm.util.Config
 
scale - Variable in class websphinx.workbench.RenderedNode
 
score - Variable in class websphinx.searchengine.SearchEngineResult
Relevancy score of page, by search engine's scale.
screenX - Variable in class websphinx.workbench.RenderedNode
 
screenY - Variable in class websphinx.workbench.RenderedNode
 
Script - class websphinx.workbench.Script.
 
SCRIPT - Static variable in class websphinx.Tag
 
Script(String, boolean) - Constructor for class websphinx.workbench.Script
 
ScriptException - exception websphinx.workbench.ScriptException.
 
ScriptException() - Constructor for class websphinx.workbench.ScriptException
 
ScriptException(String) - Constructor for class websphinx.workbench.ScriptException
 
ScriptInterpreter - interface websphinx.workbench.ScriptInterpreter.
 
Search - class websphinx.searchengine.Search.
 
search() - Method in class websphinx.searchengine.Search
 
Search() - Constructor for class websphinx.searchengine.Search
 
Search(int) - Constructor for class websphinx.searchengine.Search
 
search(int[], int, int, int) - Static method in class rcm.util.BinarySearch
Search a sorted array of integers.
Search(SearchEngine, String) - Constructor for class websphinx.searchengine.Search
 
Search(SearchEngine, String, int) - Constructor for class websphinx.searchengine.Search
 
search(String) - Static method in class websphinx.searchengine.NewsIndex
Search NewsIndex.
search(String) - Static method in class websphinx.searchengine.NewsBot
Search NewsBot.
search(String) - Static method in class websphinx.searchengine.MetaCrawler
Search MetaCrawler.
search(String) - Static method in class websphinx.searchengine.HotBot
Search HotBot.
search(String) - Static method in class websphinx.searchengine.Google
Search Google.
search(String) - Static method in class websphinx.searchengine.Excite
Search Excite.
search(String) - Static method in class websphinx.searchengine.AltaVista
Search AltaVista.
search(String, int) - Static method in class websphinx.searchengine.NewsIndex
Search NewsIndex.
search(String, int) - Static method in class websphinx.searchengine.NewsBot
Search NewsBot.
search(String, int) - Static method in class websphinx.searchengine.MetaCrawler
Search MetaCrawler.
search(String, int) - Static method in class websphinx.searchengine.HotBot
Search HotBot.
search(String, int) - Static method in class websphinx.searchengine.Google
Search Google.
search(String, int) - Static method in class websphinx.searchengine.Excite
Search Excite.
search(String, int) - Static method in class websphinx.searchengine.AltaVista
Search AltaVista.
searchengine - Variable in class websphinx.searchengine.SearchEngineResult
Search engine that produced this hit.
SearchEngine - interface websphinx.searchengine.SearchEngine.
Abstract representation of a search engine.
SearchEngineResult - class websphinx.searchengine.SearchEngineResult.
Result returned by a search engine query, identifying a Web page that matches the query.
SearchEngineResult(Region) - Constructor for class websphinx.searchengine.SearchEngineResult
Make a SearchEngineResult.
seek(long) - Method in class websphinx.HTMLTransformer
Seek to a file position.
SELECT - Static variable in class websphinx.Tag
 
select(int) - Method in class rcm.awt.TabPanel
 
sendCrawlEvent(int) - Method in class websphinx.Crawler
Send a CrawlEvent to all CrawlListeners registered with this crawler.
sendLinkEvent(Link, int) - Method in class websphinx.Crawler
Send a LinkEvent to all LinkListeners registered with this crawler.
sendLinkEvent(Link, int, Throwable) - Method in class websphinx.Crawler
Send an exceptional LinkEvent to all LinkListeners registered with this crawler.
SERVER - Static variable in class websphinx.Crawler
Specify SERVER as the crawl domain to limit the crawler to visit only pages on the same Web server (hostname and port number) as the root link from which it started.
set(int, boolean) - Method in class rcm.util.Timer
 
set(String, Object) - Method in class websphinx.workbench.Netscape
 
set(String, Object) - Method in interface websphinx.workbench.ScriptInterpreter
Set a variable in the interpreter's global namespace
setAccess(Access) - Static method in class websphinx.Access
 
setAction(Action) - Method in class websphinx.Crawler
Set the action.
setAction(Action) - Method in class websphinx.workbench.ActionEditor
 
setAdvancedMode(boolean) - Method in class websphinx.workbench.Workbench
 
setAlgorithm(GDAlgorithm) - Method in class websphinx.workbench.GraphLayout
Set the graph-drawing algorithm.
setAlignment(int) - Method in class rcm.awt.MultiLineLabel
 
setAllowExit(boolean) - Method in class websphinx.workbench.Workbench
 
setAnswer(int) - Method in class rcm.awt.PopupDialog
 
setApplet(Applet) - Static method in class websphinx.workbench.Context
 
setApplet(Applet, String) - Static method in class websphinx.workbench.Context
 
setAutomaticLayout(boolean) - Method in class websphinx.workbench.GraphLayout
Set whether the graph is laid out automatically.
setBase(URL) - Method in class websphinx.LinkTransformer
Set the base URL used by the LinkTransformer.
setContentEncoding(String) - Method in class websphinx.Page
Set content encoding of page.
setContentType(String) - Method in class websphinx.Page
Set MIME type of page.
setCrawler(Crawler) - Method in class websphinx.workbench.Workbench
 
setCrawler(Crawler) - Method in class websphinx.workbench.SimpleCrawlerEditor
 
setCrawler(Crawler) - Method in class websphinx.workbench.CrawlerEditor
 
setCrawler(Crawler) - Method in class websphinx.workbench.ClassifierListEditor
 
setDebugLevel(Class, Debug) - Static method in class rcm.util.Debug
 
setDefaultFilename(String) - Method in class websphinx.Mirror
Set the filename used for directory URLs.
setDepthFirst(boolean) - Method in class websphinx.Crawler
Set depth-first search flag.
setDivider(String) - Method in class websphinx.Concatenator
Set the divider.
setDomain(String[]) - Method in class websphinx.Crawler
Set crawl domain.
setDownloadParameters(DownloadParameters) - Method in class websphinx.Link
Set the download parameters used for this link.
setDownloadParameters(DownloadParameters) - Method in class websphinx.Crawler
Set download parameters (such as number of threads, timeouts, maximum page size, etc.)
setDownloadParameters(DownloadParameters) - Method in class websphinx.workbench.DownloadParametersEditor
 
setEdgeColor(Color) - Method in class websphinx.workbench.GraphLayout
Set the edge color.
setEmitBaseElement(boolean) - Method in class websphinx.LinkTransformer
Set whether the LinkTransformer should emit a <BASE> element pointing to the base URL.
setEpilog(String) - Method in class websphinx.RecordTransformer
 
setEpilog(String) - Method in class websphinx.Concatenator
Set the epilog.
setErrorIcon(Image) - Method in class websphinx.workbench.WebOutline
Set the default icon used for failed requests.
setErrorIcon(Image) - Method in class websphinx.workbench.WebGraph
Set the default icon used for failed requests.
setExpiration(long) - Method in class websphinx.Page
Set expiration date of page.
setField(String, Region) - Method in class websphinx.Region
Name a subregion (by setting a label to point to it).
setFieldDivider(String) - Method in class websphinx.RecordTransformer
 
setFieldEnd(String) - Method in class websphinx.RecordTransformer
 
setFields(String, Region[]) - Method in class websphinx.Region
Name a set of subregions (by pointing a label to them).
setFieldStart(String) - Method in class websphinx.RecordTransformer
 
setFont(Font) - Method in class websphinx.workbench.GraphLayout
 
setFont(Font) - Method in class rcm.awt.MultiLineLabel
 
setGraph(Graph) - Method in class websphinx.workbench.GraphLayout
Set the graph.
setIcon(String, Image) - Method in class websphinx.workbench.WebOutline
Map a name to an icon.
setIcon(String, Image) - Method in class websphinx.workbench.WebGraph
Map a name to an icon.
setIgnoreVisitedLinks(boolean) - Method in class websphinx.Crawler
Set ignore-visited-links flag.
setInstructions(char[], int) - Method in class org.apache.regexp.REProgram
Sets a new regular expression program to run.
setInterval(int) - Method in class websphinx.workbench.GraphLayout
Set the refresh interval (in seconds).
setIterations(int) - Method in class websphinx.workbench.GraphLayout
Set the layout algorithm iterations per refresh.
setLabel(String) - Method in class websphinx.Region
Set a label on the region.
setLabel(String, String) - Method in class websphinx.Region
Set a string-valued label.
setLastModified(long) - Method in class websphinx.Page
Set last-modified date of page.
setLinkIcon(Image) - Method in class websphinx.workbench.WebOutline
Set the default icon used for links.
setLinkIcon(Image) - Method in class websphinx.workbench.WebGraph
Set the default icon used for links.
setLinkPredicate(LinkPredicate) - Method in class websphinx.Crawler
Set link predicate.
setLinkPredicate(LinkPredicate) - Method in class websphinx.workbench.LinkPredicateEditor
 
setLinkType(String[]) - Method in class websphinx.Crawler
Set legal link types to crawl.
setMatchFlags(int) - Method in class org.apache.regexp.RE
Sets match behaviour flags which alter the way RE does matching.
setMaxDepth(int) - Method in class websphinx.Crawler
Set maximum depth.
setName(String) - Method in class websphinx.Crawler
Set human-readable name of crawler.
setNodeCharge(double) - Method in class websphinx.workbench.GraphLayout
Set the node charge.
setNodeColor(Color) - Method in class websphinx.workbench.GraphLayout
Set the node background color.
setObjectLabel(String, Object) - Method in class websphinx.Region
Set an object-valued label.
setOnlyNetworkEvents(boolean) - Method in class websphinx.EventLog
Set whether logger prints only network-related LinkEvents.
setOutput(OutputStream) - Method in class websphinx.HTMLTransformer
 
setPage(Page) - Method in class websphinx.Link
Set the page corresponding to this link.
setPageFooter(String) - Method in class websphinx.Concatenator
Set the footer.
setPageHeader(String) - Method in class websphinx.Concatenator
Set the header.
setPageIcon(Image) - Method in class websphinx.workbench.WebOutline
Set the default icon used for pages.
setPageIcon(Image) - Method in class websphinx.workbench.WebGraph
Set the default icon used for pages.
setPagePredicate(PagePredicate) - Method in class websphinx.Crawler
Set page predicate.
setPagePredicate(PagePredicate) - Method in class websphinx.workbench.PagePredicateEditor
 
setParenEnd(int, int) - Method in class org.apache.regexp.RE
Sets the end of a paren level
setParenStart(int, int) - Method in class org.apache.regexp.RE
Sets the start of a paren level
setPriority(float) - Method in class websphinx.Link
Set the priority of the link in the crawl.
setProgram(REProgram) - Method in class org.apache.regexp.RE
Sets the current regular expression program used by this matcher object.
setProlog(String) - Method in class websphinx.RecordTransformer
 
setProlog(String) - Method in class websphinx.Concatenator
Set the prolog.
setRandomAccessFile(RandomAccessFile) - Method in class websphinx.HTMLTransformer
 
setRecordDivider(String) - Method in class websphinx.RecordTransformer
 
setRecordEnd(String) - Method in class websphinx.RecordTransformer
 
setRecordStart(String) - Method in class websphinx.RecordTransformer
 
setRestLength(double) - Method in class websphinx.workbench.GraphLayout
Set the default rest length for new edges.
setRetrievingIcon(Image) - Method in class websphinx.workbench.WebOutline
Set the default icon used for requests in progress.
setRetrievingIcon(Image) - Method in class websphinx.workbench.WebGraph
Set the default icon used for requests in progress.
setRoot(Link) - Method in class websphinx.Crawler
Set starting point of crawl as a single Link.
setRootHrefs(String) - Method in class websphinx.Crawler
Set starting points of crawl as a string of whitespace-delimited URLs.
setRoots(Link[]) - Method in class websphinx.Crawler
Set starting points of crawl as an array of Links.
setSpringConstant(double) - Method in class websphinx.workbench.GraphLayout
Set the spring constant.
setStatus(int) - Method in class websphinx.Link
Set the status of the link.
setSynchronous(boolean) - Method in class websphinx.Crawler
Set ssynchronous flag.
setText(String) - Method in class websphinx.Link
Set the tagless-text representation of this region.
setText(String) - Method in class rcm.awt.MultiLineLabel
 
setThreshold(double) - Method in class websphinx.workbench.GraphLayout
Set the threshold.
setTipColor(Color) - Method in class websphinx.workbench.GraphLayout
Set the popup tip color.
shouldActOn(Page) - Method in interface websphinx.PagePredicate
 
shouldActOn(Page) - Method in class websphinx.workbench.URLPredicate
 
shouldActOn(Page) - Method in class websphinx.workbench.TitlePredicate
 
shouldActOn(Page) - Method in class websphinx.workbench.Script
 
shouldActOn(Page) - Method in class websphinx.workbench.LabelPredicate
 
shouldActOn(Page) - Method in class websphinx.workbench.DualPredicate
 
shouldActOn(Page) - Method in class websphinx.workbench.ContentPredicate
 
shouldVisit(Link) - Method in interface websphinx.LinkPredicate
 
shouldVisit(Link) - Method in class websphinx.Crawler
Callback for testing whether a link should be traversed.
shouldVisit(Link) - Method in class websphinx.workbench.URLPredicate
 
shouldVisit(Link) - Method in class websphinx.workbench.Script
 
shouldVisit(Link) - Method in class websphinx.workbench.LabelPredicate
 
shouldVisit(Link) - Method in class websphinx.workbench.DualPredicate
 
shouldVisit(Link) - Method in class websphinx.workbench.ContentPredicate
 
shouldVisit(Link) - Method in class websphinx.searchengine.Search
 
show() - Method in class rcm.awt.RunnableDialog
 
show() - Method in class rcm.awt.OkCancelDialog
 
show() - Method in class rcm.awt.PopupDialog
 
show(File) - Method in class websphinx.workbench.Browser
 
show(Link) - Method in class websphinx.workbench.Browser
 
show(Page) - Method in class websphinx.workbench.Browser
 
show(URL) - Method in class websphinx.workbench.Netscape
 
show(URL) - Method in class websphinx.workbench.Browser
 
showControlPanel() - Method in class websphinx.workbench.WebOutline
Show control panel for changing layout parameters.
showControlPanel() - Method in class websphinx.workbench.WebGraph
Show control panel for changing graph layout parameters.
showControlPanel() - Method in class websphinx.workbench.GraphLayout
Show control panel for changing graph layout parameters.
sibling - Variable in class websphinx.Element
 
SimpleCrawlerEditor - class websphinx.workbench.SimpleCrawlerEditor.
 
SimpleCrawlerEditor() - Constructor for class websphinx.workbench.SimpleCrawlerEditor
 
simplePatternToFullRegularExpression(String) - Static method in class org.apache.regexp.RE
Converts a 'simplified' regular expression to a full regular expression
size() - Method in class rcm.util.PriorityQueue
Get number of objects in queue.
SKIPPED - Static variable in class websphinx.LinkEvent
Link was rejected by shouldVisit()
SMALL - Static variable in class websphinx.Tag
 
source - Variable in class websphinx.Region
 
SPACER - Static variable in class websphinx.Tag
 
span(Region) - Method in class websphinx.Region
Makes a new Region containing two regions.
split(String) - Method in class org.apache.regexp.RE
Splits a string into an array of strings on regular expression boundaries.
StandardClassifier - class websphinx.StandardClassifier.
Standard classifier, installed in every crawler by default.
StandardClassifier() - Constructor for class websphinx.StandardClassifier
Make a StandardClassifier.
start - Variable in class websphinx.Region
 
start - Variable in class rcm.util.History
 
start() - Method in class websphinx.Chronicle
Start chronicling.
start() - Method in class websphinx.workbench.Workbench
 
start() - Method in class websphinx.workbench.Statistics
Start the background thread to update the display.
start() - Method in class websphinx.workbench.GraphLayout
Start automatic graph layout (in the background).
STARTED - Static variable in class websphinx.CrawlEvent
Crawler started.
started(CrawlEvent) - Method in class websphinx.EventLog
Notify that the crawler started.
started(CrawlEvent) - Method in class websphinx.CrawlAdapter
Notify that the crawler started.
started(CrawlEvent) - Method in interface websphinx.CrawlListener
Notify that the crawler started.
started(CrawlEvent) - Method in class websphinx.workbench.Workbench
Notify that the crawler started
started(CrawlEvent) - Method in class websphinx.workbench.WebOutline
Notify that the crawler started.
started(CrawlEvent) - Method in class websphinx.workbench.WebGraph
Notify that the crawler started.
started(CrawlEvent) - Method in class websphinx.workbench.Statistics
Notify that the crawler started.
started(CrawlEvent) - Method in class websphinx.workbench.MirrorAction
Notify that the crawler started.
started(CrawlEvent) - Method in class websphinx.workbench.ExtractAction
Notify that the crawler started.
started(CrawlEvent) - Method in class websphinx.workbench.ConcatAction
Notify that the crawler started.
startsWithIgnoreCase(String, String) - Static method in class rcm.util.Str
Like String.startsWith, but case-insensitive.
startTag - Variable in class websphinx.Element
 
Statistics - class websphinx.workbench.Statistics.
 
Statistics() - Constructor for class websphinx.workbench.Statistics
 
stop() - Method in class websphinx.Chronicle
Stop chronicling.
stop() - Method in class websphinx.Crawler
Stop the crawl in progress.
stop() - Method in class websphinx.workbench.Workbench
 
stop() - Method in class websphinx.workbench.Statistics
Stop the background thread that updates the display.
stop() - Method in class websphinx.workbench.GraphLayout
Stop automatic graph layout.
STOPPED - Static variable in class websphinx.CrawlEvent
Crawler ran out of links to crawl
stopped(CrawlEvent) - Method in class websphinx.EventLog
Notify that the crawler has stopped.
stopped(CrawlEvent) - Method in class websphinx.CrawlAdapter
Notify that the crawler ran out of links to crawl.
stopped(CrawlEvent) - Method in interface websphinx.CrawlListener
Notify that the crawler ran out of links to crawl
stopped(CrawlEvent) - Method in class websphinx.workbench.Workbench
Notify that the crawler ran out of links to crawl
stopped(CrawlEvent) - Method in class websphinx.workbench.WebOutline
Notify that the crawler has stopped.
stopped(CrawlEvent) - Method in class websphinx.workbench.WebGraph
Notify that the crawler has stopped.
stopped(CrawlEvent) - Method in class websphinx.workbench.Statistics
Notify that the crawler ran out of links to crawl
stopped(CrawlEvent) - Method in class websphinx.workbench.MirrorAction
Notify that the crawler ran out of links to crawl
stopped(CrawlEvent) - Method in class websphinx.workbench.ExtractAction
Notify that the crawler ran out of links to crawl
stopped(CrawlEvent) - Method in class websphinx.workbench.ConcatAction
Notify that the crawler ran out of links to crawl
Str - class rcm.util.Str.
String utility routines.
Str() - Constructor for class rcm.util.Str
 
StreamCharacterIterator - class org.apache.regexp.StreamCharacterIterator.
Encapsulates InputStream, ...
StreamCharacterIterator(InputStream) - Constructor for class org.apache.regexp.StreamCharacterIterator
 
STRIKE - Static variable in class websphinx.Tag
 
StringCharacterIterator - class org.apache.regexp.StringCharacterIterator.
Encapsulates String
StringCharacterIterator(String) - Constructor for class org.apache.regexp.StringCharacterIterator
 
STRONG - Static variable in class websphinx.Tag
 
STYLE - Static variable in class websphinx.Tag
 
SUB - Static variable in class websphinx.Tag
 
submit(Link) - Method in class websphinx.Crawler
Puts a link into the crawling queue.
submit(Link[]) - Method in class websphinx.Crawler
Submit an array of Links for crawling.
subst(String, String) - Method in class org.apache.regexp.RE
Substitutes a string for this regular expression in another string.
subst(String, String, int) - Method in class org.apache.regexp.RE
Substitutes a string for this regular expression in another string.
substring(int) - Method in class org.apache.regexp.StringCharacterIterator
 
substring(int) - Method in class org.apache.regexp.StreamCharacterIterator
 
substring(int) - Method in class org.apache.regexp.ReaderCharacterIterator
 
substring(int) - Method in interface org.apache.regexp.CharacterIterator
 
substring(int) - Method in class org.apache.regexp.CharacterArrayCharacterIterator
 
substring(int, int) - Method in class org.apache.regexp.StringCharacterIterator
 
substring(int, int) - Method in class org.apache.regexp.StreamCharacterIterator
 
substring(int, int) - Method in class org.apache.regexp.ReaderCharacterIterator
 
substring(int, int) - Method in interface org.apache.regexp.CharacterIterator
 
substring(int, int) - Method in class org.apache.regexp.CharacterArrayCharacterIterator
 
substringCanonicalTags(int, int) - Method in class websphinx.Page
Get canonicalized HTML tags found in a region.
substringContent(int, int) - Method in class websphinx.Page
Get raw content found in a region.
substringHTML(int, int) - Method in class websphinx.Page
Get HTML found in a region.
substringTags(int, int) - Method in class websphinx.Page
Get HTML tags found in a region.
substringText(int, int) - Method in class websphinx.Page
Get tagless text found in a region.
SUBTREE - Static variable in class websphinx.Crawler
Specify SUBTREE as the crawl domain to limit the crawler to visit only pages which are descendants of the root link from which it started.
SUP - Static variable in class websphinx.Tag
 

T

TABLE - Static variable in class websphinx.Tag
 
TabPanel - class rcm.awt.TabPanel.
 
TabPanel() - Constructor for class rcm.awt.TabPanel
 
Tag - class websphinx.Tag.
Tag in an HTML page.
Tag(Page, int, int, String, boolean) - Constructor for class websphinx.Tag
Make a Tag.
Tagexp - class websphinx.Tagexp.
Tag pattern.
Tagexp(String) - Constructor for class websphinx.Tagexp
 
TD - Static variable in class websphinx.Tag
 
test() - Static method in class org.apache.regexp.RETest
Testing entrypoint.
Text - class websphinx.Text.
Tagless text regions on an HTML page.
Text(Page, int, int, String) - Constructor for class websphinx.Text
Make a Text.
TEXTAREA - Static variable in class websphinx.Tag
 
TH - Static variable in class websphinx.Tag
 
thick - Variable in class websphinx.workbench.RenderedEdge
 
Thr - class rcm.util.Thr.
 
Thr() - Constructor for class rcm.util.Thr
 
TIMED_OUT - Static variable in class websphinx.CrawlEvent
Crawler timeout expired.
timedOut(CrawlEvent) - Method in class websphinx.EventLog
Notify that the crawler timed out.
timedOut(CrawlEvent) - Method in class websphinx.CrawlAdapter
Notify that the crawler timed out.
timedOut(CrawlEvent) - Method in interface websphinx.CrawlListener
Notify that the crawler timed out.
timedOut(CrawlEvent) - Method in class websphinx.workbench.Workbench
Notify that the crawler timed out.
timedOut(CrawlEvent) - Method in class websphinx.workbench.WebOutline
Notify that the crawler has timed out
timedOut(CrawlEvent) - Method in class websphinx.workbench.WebGraph
Notify that the crawler has timed out
timedOut(CrawlEvent) - Method in class websphinx.workbench.Statistics
Notify that the crawler timed out.
timedOut(CrawlEvent) - Method in class websphinx.workbench.MirrorAction
Notify that the crawler timed out.
timedOut(CrawlEvent) - Method in class websphinx.workbench.ExtractAction
Notify that the crawler timed out.
timedOut(CrawlEvent) - Method in class websphinx.workbench.ConcatAction
Notify that the crawler timed out.
Timer - class rcm.util.Timer.
 
Timer() - Constructor for class rcm.util.Timer
 
Tipped - interface websphinx.workbench.Tipped.
 
title - Variable in class websphinx.searchengine.SearchEngineResult
Title of page as reported by search engine, or null if not provided
TITLE - Static variable in class websphinx.Tag
 
TitlePredicate - class websphinx.workbench.TitlePredicate.
 
TitlePredicate(Pattern) - Constructor for class websphinx.workbench.TitlePredicate
 
toDescription() - Method in class websphinx.Link
Generate a human-readable description of the link.
toDescription() - Method in class websphinx.Page
Generate a human-readable description of the page.
toEnd() - Method in class rcm.util.History
Move to last (newest) object in the history, if possible.
toHTML() - Method in class websphinx.Region
Converts the region to HTML, e.g.
toHTMLAttributeName(String) - Static method in class websphinx.Tag
Convert a String to an HTML attribute name.
TOO_DEEP - Static variable in class websphinx.LinkEvent
Link was accepted by walk() but exceeds the maximum depth from the start set.
toRegexp(String) - Static method in class websphinx.Wildcard
 
toRegexp(String) - Static method in class websphinx.Tagexp
 
toStart() - Method in class rcm.util.History
Move to first (oldest) object in the history, if possible.
toString() - Method in class websphinx.Wildcard
 
toString() - Method in class websphinx.Tagexp
 
toString() - Method in class websphinx.Regexp
 
toString() - Method in class websphinx.LinkEvent
Convert this event to a String describing it.
toString() - Method in class websphinx.Crawler
Convert the crawler to a String.
toString() - Method in class websphinx.Region
Gets region as raw content.
toString() - Method in class websphinx.Page
Get page containing the region.
toString() - Method in class websphinx.Pattern
Return a string representation of the pattern.
toString() - Method in class websphinx.searchengine.SearchEngineResult
 
toString() - Method in class rcm.util.CaselessString
 
toTagName(String) - Static method in class websphinx.Tag
Convert a String to a tag name.
toTags() - Method in class websphinx.Region
Converts the region to HTML tags with no text, e.g.
total() - Static method in class rcm.util.Mem
 
toText() - Method in class websphinx.Text
Returns the region's tagless text
toText() - Method in class websphinx.Link
Convert the region to tagless text.
toText() - Method in class websphinx.Region
Converts the region to tagless text, e.g.
toURL() - Method in class websphinx.Link
Convert the link's URL to a String
toURL() - Method in class websphinx.Page
Convert the link's URL to a String
toURLDelimiters(String) - Static method in class websphinx.Link
 
TR - Static variable in class websphinx.Tag
 
transform(Object) - Method in class rcm.enum.FilteredEnumeration
 
transform(Object, Object) - Method in class rcm.enum.PairEnumeration
 
transformContents(Element) - Method in class websphinx.HTMLTransformer
Transform the contents of an element.
transformElement(Element) - Method in class websphinx.HTMLTransformer
Transform an element by passing it through the entire filter chain.
TRUE - Static variable in class websphinx.Region
Default value for labels set with setLabel (name).
TT - Static variable in class websphinx.Tag
 

U

U - Static variable in class websphinx.Tag
 
UL - Static variable in class websphinx.Tag
 
unescape(String, char, String, String, boolean) - Static method in class rcm.util.Str
Translate escape sequences (e.g.
untabify(String, int) - Static method in class rcm.util.Str
Expands tabs to spaces.
update() - Method in class websphinx.workbench.Statistics
Compute the latest statistics.
update() - Method in class rcm.util.PriorityQueue
Rebuild priority queuein case the priorities of its elements have changed since they were inserted.
update(Graphics) - Method in class websphinx.workbench.Statistics
 
update(Graphics) - Method in class websphinx.workbench.GraphLayout
 
update(Graphics) - Method in class rcm.awt.TabPanel
 
update(Link) - Method in class websphinx.workbench.WebOutline
Update the edge and node associated with a link.
update(Link) - Method in class websphinx.workbench.WebGraph
Update the edge and node associated with a link.
updateClosure(Link[]) - Method in class websphinx.workbench.WebOutline
Update all the links that the crawler reached from this link.
updateClosure(Link[]) - Method in class websphinx.workbench.WebGraph
Update all the links that the crawler reached from this link.
url - Variable in class websphinx.Link
 
urlFromHref(Tag, URL) - Method in class websphinx.FormButton
Construct the URL for this button, from its start tag and a base URL (for relative references).
urlFromHref(Tag, URL) - Method in class websphinx.Form
Construct the URL for this form, from its start tag and a base URL (for relative references).
urlFromHref(Tag, URL) - Method in class websphinx.Link
Construct the URL for a link element, from its start tag and a base URL (for relative references).
URLPredicate - class websphinx.workbench.URLPredicate.
 
URLPredicate(Pattern) - Constructor for class websphinx.workbench.URLPredicate
 
URLToFile(URL) - Static method in class websphinx.Link
Convert a file: URL to a filename appropriate to the current system platform.
used() - Static method in class rcm.util.Mem
 

V

VAR - Static variable in class websphinx.Tag
 
VERBOSE - Static variable in class rcm.util.Debug
 
viewLink(LinkViewEvent) - Method in interface websphinx.workbench.LinkViewListener
 
viewLink(LinkViewEvent) - Method in class websphinx.workbench.Browser
 
visit(Page) - Method in interface websphinx.Action
 
visit(Page) - Method in class websphinx.Crawler
Callback for visiting a page.
visit(Page) - Method in class websphinx.workbench.Script
 
visit(Page) - Method in class websphinx.workbench.MirrorAction
 
visit(Page) - Method in class websphinx.workbench.HighlightAction
 
visit(Page) - Method in class websphinx.workbench.ExtractAction
 
visit(Page) - Method in class websphinx.workbench.ConcatAction
 
visit(Page) - Method in class websphinx.searchengine.Search
 
VISITED - Static variable in class websphinx.LinkEvent
Link has been thoroughly processed by crawler
visited(Link) - Method in class websphinx.Crawler
Test whether the page corresponding to a link has been visited (or queued for visiting).

W

warn(Component, String, String) - Static method in class rcm.awt.PopupDialog
 
WBR - Static variable in class websphinx.Tag
 
WEB - Static variable in class websphinx.Crawler
Specify WEB as the crawl domain to allow the crawler to visit any page on the World Wide Web.
WebEdge - class websphinx.workbench.WebEdge.
 
WebEdge(Link, WebNode, WebNode) - Constructor for class websphinx.workbench.WebEdge
 
WebGraph - class websphinx.workbench.WebGraph.
 
WebGraph() - Constructor for class websphinx.workbench.WebGraph
Make a WebGraph.
WebNode - class websphinx.workbench.WebNode.
 
WebNode(Link, int, int) - Constructor for class websphinx.workbench.WebNode
 
WebOutline - class websphinx.workbench.WebOutline.
 
WebOutline() - Constructor for class websphinx.workbench.WebOutline
Make a WebOutline.
websphinx - package websphinx
 
websphinx.searchengine - package websphinx.searchengine
 
websphinx.workbench - package websphinx.workbench
 
Wildcard - class websphinx.Wildcard.
Wildcard pattern.
Wildcard(String) - Constructor for class websphinx.Wildcard
 
Win - class rcm.util.Win.
 
Win() - Constructor for class rcm.util.Win
 
Workbench - class websphinx.workbench.Workbench.
 
Workbench() - Constructor for class websphinx.workbench.Workbench
 
Workbench(Crawler) - Constructor for class websphinx.workbench.Workbench
 
Workbench(String) - Constructor for class websphinx.workbench.Workbench
 
Workbench(URL) - Constructor for class websphinx.workbench.Workbench
 
WorkbenchApplet - class websphinx.workbench.WorkbenchApplet.
 
WorkbenchApplet() - Constructor for class websphinx.workbench.WorkbenchApplet
 
WorkbenchControlPanel - class websphinx.workbench.WorkbenchControlPanel.
 
WorkbenchControlPanel(WebGraph, WebOutline) - Constructor for class websphinx.workbench.WorkbenchControlPanel
 
wrap(Component, Insets) - Static method in class rcm.awt.BorderPanel
 
wrap(Component, int) - Static method in class rcm.awt.BorderPanel
 
wrap(Component, int, int) - Static method in class rcm.awt.BorderPanel
 
wrap(Component, int, int, int, int) - Static method in class rcm.awt.BorderPanel
 
write(Region) - Method in class websphinx.Mirror
 
write(Region) - Method in class websphinx.HTMLTransformer
Writes a chunk of HTML through the HTML transformer.
write(String) - Method in class websphinx.Mirror
 
write(String) - Method in class websphinx.HTMLTransformer
Writes a literal string through the HTML transformer (without parsing it or transforming it).
writeFile(File, boolean) - Method in class websphinx.Access
 
writeFile(File, boolean) - Method in class websphinx.workbench.Netscape4Access
 
writePage(Page) - Method in class websphinx.Mirror
Write a page to the mirror.
writePage(Page) - Method in class websphinx.HTMLTransformer
Writes a page through the HTML transformer.
writePage(Page) - Method in class websphinx.LinkTransformer
Write a page through the transformer.
writePage(Page) - Method in class websphinx.Concatenator
Write a page to the concatenation.
writeRecord(Object[], boolean) - Method in class websphinx.RecordTransformer
 

X

XMP - Static variable in class websphinx.Tag
 

Y

YES - Static variable in class rcm.awt.PopupDialog
 
yes(PopupEvent) - Method in class rcm.awt.PopupAdapter
 
yes(PopupEvent) - Method in interface rcm.awt.PopupListener
 
yesno(Component, String, String) - Static method in class rcm.awt.PopupDialog
 
yesnocancel(Component, String, String) - Static method in class rcm.awt.PopupDialog
 
yield(Object) - Method in class rcm.enum.PairEnumeration
 
yield(Object) - Method in class rcm.enum.FilteredEnumeration
 

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