See: Description
Interface | Description |
---|---|
ContainerElement |
This interface is used to describe object which maintain some type
of (ordered) list of contained objects.
|
Element |
This interface describes any html element that knows how to dump
itself to an java.io.Writer
|
TableCellElement |
All classes that can be an cell in an html table implement this
type
|
Class | Description |
---|---|
Document |
This class wraps an entire html document (page)
|
HeaderElement |
This class provides easy access to the html header tags
|
HtmlListElement |
A container for a list body
|
ListBodyElement |
A container for a list body
|
ListElement |
A basic html container type
|
StringElement | |
TableDataElement |
This class is used for a basic cell in a html table
|
TableHeaderElement |
This class is used for Column/Row head elements in html tables
|
TableRowElement |
This class implements an entire row of an html table
|
WrapElement |
This class is used for html tags that are begin/end paired.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details