Uses of Interface
com.bbn.openmap.util.html.Element

Packages that use Element
com.bbn.openmap.util.html Provide utility code for generating simple HTML documents. 
 

Uses of Element in com.bbn.openmap.util.html
 

Subinterfaces of Element in com.bbn.openmap.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.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.util.html declared as Element
protected  Element WrapElement.e
          the element that gets wrapped
 

Methods in com.bbn.openmap.util.html that return Element
 Element WrapElement.getElement()
          Accessor for the element attribute
 

Methods in com.bbn.openmap.util.html with parameters of type Element
 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)
           
 

Constructors in com.bbn.openmap.util.html with parameters of type Element
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