|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
com.bbn.openmap.layer.util.html | Provide utility code for generating simple HTML documents. |
Uses of Element in com.bbn.openmap.layer.util.html |
Subinterfaces of Element in com.bbn.openmap.layer.util.html | |
interface |
ContainerElement
This interface is used to describe object which maintain some type of (ordered) list of contained objects. |
interface |
TableCellElement
All classes that can be an cell in an html table implement this type |
Classes in com.bbn.openmap.layer.util.html that implement Element | |
class |
Document
This class wraps an entire html document (page) |
class |
HeaderElement
This class provides easy access to the html header tags |
class |
HtmlListElement
A container for a list body |
class |
ListBodyElement
A container for a list body |
class |
ListElement
A basic html container type |
class |
StringElement
|
class |
TableDataElement
This class is used for a basic cell in a html table |
class |
TableHeaderElement
This class is used for Column/Row head elements in html tables |
class |
TableRowElement
This class implements an entire row of an html table |
class |
WrapElement
This class is used for html tags that are begin/end paired. |
Fields in com.bbn.openmap.layer.util.html declared as Element | |
protected Element |
WrapElement.e
the element that gets wrapped |
Methods in com.bbn.openmap.layer.util.html that return Element | |
Element |
WrapElement.getElement()
Accessor for the element attribute |
Methods in com.bbn.openmap.layer.util.html with parameters of type Element | |
void |
WrapElement.setElement(Element e)
Writer for the Element attribute |
void |
TableRowElement.addElement(Element ne)
Add a column to the row |
void |
ListElement.addElement(Element e)
Add an element to the end of the list |
void |
ListBodyElement.addElement(Element e)
Add an element to the end of the list |
void |
HtmlListElement.setTitleElement(Element e)
|
void |
HtmlListElement.addElement(Element e)
Add an element to the end of the list |
void |
Document.addElement(Element e)
Add another element to the body of the document |
void |
ContainerElement.addElement(Element e)
add an additional element to the Container |
Constructors in com.bbn.openmap.layer.util.html with parameters of type Element | |
WrapElement(java.lang.String wrapString,
Element e)
Construct a WrapElement with a wrapping string and element |
|
WrapElement(java.lang.String wrapString,
java.lang.String paramString,
Element e)
Construct a WrapElement with a wrapping string, params and element |
|
TableHeaderElement(Element e)
Construct a column header with an element |
|
TableHeaderElement(java.lang.String paramString,
Element e)
Construct a column header with an element |
|
TableDataElement(Element e)
Construct a data cell with an element |
|
TableDataElement(java.lang.String paramString,
Element e)
Construct a data cell with an element |
|
HtmlListElement(Element header)
|
|
HeaderElement(int headLevel,
Element e)
Construct a header |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |