Package net.sf.jolene.dom

HTML DOM objects.

See:
          Description

Class Summary
Button A button in a html document using the button - not the input tag.
CheckBox A checkbox in a html document.
Document HTML Document object.
Form A form in a html document.
Grid A renderable data bound grid object.
GridColumn A grid column object.
Header An element in the header in a html document.
HTMLElement Base class for all html elements.
Image An image in a html document.
Input An input field in a html document.
Label A lable in an html document.
Option A select option object.
OptionGroup Not currently supported.
Radio A radio button in an html document.
Select A Select in an html document.
Text This represents arbitrary text to be rendered in an html document.
TextArea A TextArea in a html document.
 

Exception Summary
FormPolulateException Exception thrown by the form's popluate method.
GridBindException Exception thrown by the grid's bind method.
MalformedHTMLException Exception thrown by the parser if it finds some unparsable html.
 

Package net.sf.jolene.dom Description

HTML DOM objects.