Package | Description |
---|---|
com.bbn.openmap.util.html |
Provide utility code for generating simple HTML documents.
|
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Element |
WrapElement.e
the element that gets wrapped
|
Modifier and Type | Method and Description |
---|---|
Element |
WrapElement.getElement()
Accessor for the element attribute
|
Modifier and Type | Method and Description |
---|---|
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.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
|
void |
WrapElement.setElement(Element e)
Writer for the Element attribute
|
void |
HtmlListElement.setTitleElement(Element e) |
Constructor and Description |
---|
HeaderElement(int headLevel,
Element e)
Construct a header
|
HtmlListElement(Element header) |
TableDataElement(Element e)
Construct a data cell with an element
|
TableDataElement(java.lang.String paramString,
Element e)
Construct a data cell with an 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
|
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
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details