|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
java.net
classes.
See:
Description
Interface Summary | |
---|---|
SimpleHtmlParse.Callback | This interface provides a callback for the user to handle each parsed element. |
Class Summary | |
---|---|
NetProxy | Configures access to a secure or non-secure proxy server. |
SimpleHtmlParse | Extracts selected constructs from the structure of an HTML document. |
SimpleHtmlParse.Test | A standalone test class. |
SimpleHtmlToText | Converts an HTML document to text by stripping out all formatting tags and doing simple conversions. |
SimpleHtmlToText.Test | A standalone test class. |
StorageMgr | Manages cookie and URL storage for a WebPageInspector object. |
UrlConnectionMgr | UrlConnectionMgr retrieves a URL from the World Wide Web and provides a formatted breakdown of its components. |
UrlConnectionMgr.Test | A standalone test class. |
URLReader | Fetches the contents of a URL with a variety of options. |
WebPageInspector | An interactive web page inspector that separates and identifies the components of a web page, including extracting the text of the page and a limited browser view of the page. |
This package supplements Sun's java.net
classes.
The UrlConnectionMgr
module builds upon the
standard UrlConnection
.
It retrieves a URL from the World Wide Web and provides
a formatted breakdown of its components.
There are two HTML-related modules:
SimpleHtmlToText
extracts the text out of an HTML document.
Though labelled as simple, it does more than just
stripping out HTML tags, it also strips out text within HTML elements.
SimpleHtmlParse
, on the other hand, scans an HTML file
to pull out components (links, metadata, etc.).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
CleanCode Java Libraries | Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 |