Package | Description |
---|---|
student.web |
Class and Description |
---|
AbstractPersistentMap
This is an abstract map representing all of the general functionality for
maps that create projections on a particular persistence layer.
|
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. |
PersistentMap
This interface represents a
Map that is persistent, meaning
that its contents will continue to be available from one program run to the
next. |
RssEntity |
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. |
WebBot
This class represents a robot that knows how to walk through a web
page and identify headings and links.
|
WebBot.Page
Represents a web page that can be visited by this bot.
|
WebBot.PageLocation
Represents a bot location on a specific web page.
|