At a Glance Status

Overview

HtmlClient is designed to allow programmers to easily access any web resource. Its main functions are to submit forms and allow easy "following" navigation.

Project Mainpage

Tasks

In progress tasks

  • IN PROG: Test FormElements

Current Needs

  • HtmlForm: @todo arrangeElements alphabetically and start sorted searches rather than iterative
  • HtmlClient:@todo change regex to be faster indexOf, etc and more reliable with prewritten get pages
  • FileCharacterStream:@todo reimplement with new character stream design
  • RadioElement: @todo rewrite this and dependent classes for the new option system (Class vs String[])
  • Consider writing a reset button.
  • Add better label support
  • Add the robots.txt and metadata info
  • Add List getSubmitButtons() to HtmlForm
  • LOW: Write ButtonElement
  • LOW: Write fileElement
  • LOW: Write Image Element
  • LOW: Write reset Element?

Partial List of Complete Items

  • Complete HtmlDocument implementation
  • Document and finish HtmlLink
  • Finish HtmlClient
  • HtmlForm needs to populate itself
  • Write hiddenElement
  • Write RadioElement
SourceForge.net Logo