CS 1705 Library

Package cs1705.web

Interface Summary
HtmlElement This interface represents an instance of some HTML element (or "tag"), usually obtained by reading from a web page using a WebBot.
HtmlHeadingElement This interface represents a specialized HtmlElement that represents an HTML heading tag--e.g., H1, H2, H3, H4, H5, or H6.
RobotTask This class defines the common interface for all robot task objects.
RssEntity This interface defines the common features of RSS entities like RssEntry objects and RssFeed objects.
 

Class Summary
Import A ZUL import statement for Java classes.
OldWebBot Deprecated. This class is being replaced by WebBot, which you should use instead.
OldWebBot.HeadingDescriptor Represents the content of an HTML heading entry.
PrintExpression Evaluate and echo the contents of a Java expression, such as an arbitrary method call.
RobotViewer A component that presents the viewable contents of a robot task on a web page.
RssEntry This class represents one entry in a syndication feed, like an RssFeed.
RssFeed This class represents a syndication feed that contains a list of RssEntry objects.
RunRobotTask This class represents a main program that takes a command-line argument that names a RobotTask; it creates an instance of the named task and then runs it.
TurboWebBot This advanced WebBot provides additional methods useful for extracting content from web pages basdon tag type, tag id, CSS class, or other features.
Variable A ZUL variable declaration.
WebBot This class represents a robot that knows how to walk through a web page and identify headings and links.
WebUtilities This class provides static utility methods that streamline some web-related operations.
Window A generic window.
 


Last updated: Wed, Apr 1, 2009 • 12:29 AM EDT

Copyright © 2009 Virginia Tech.