public class ListElement extends java.lang.Object implements ContainerElement
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
v
An ordered vector of elements
|
Constructor and Description |
---|
ListElement()
Construct a new ListElement
|
Modifier and Type | Method and Description |
---|---|
void |
addElement(Element e)
Add an element to the end of the list
|
void |
addElement(java.lang.String s)
Add an element to the end of the list
|
void |
generate(java.io.Writer out)
convert representation to html and write it out
|
public void addElement(Element e)
addElement
in interface ContainerElement
e
- the element to addpublic void addElement(java.lang.String s)
addElement
in interface ContainerElement
s
- the string to addCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details