|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.util.html.WrapElement
com.bbn.openmap.util.html.HeaderElement
public class HeaderElement
This class provides easy access to the html header tags
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.util.html.WrapElement |
|---|
e, paramString, wrapString |
| Constructor Summary | |
|---|---|
HeaderElement(int headLevel,
Element e)
Construct a header |
|
HeaderElement(int headLevel,
java.lang.String s)
Construct a header |
|
| Method Summary |
|---|
| Methods inherited from class com.bbn.openmap.util.html.WrapElement |
|---|
generate, getElement, setElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderElement(int headLevel,
Element e)
headLevel - the level of the header (should be a small
integer)e - the element in the header
java.lang.IllegalArgumentException - headLevel was invalid
public HeaderElement(int headLevel,
java.lang.String s)
headLevel - the level of the header (should be a small
integer)s - the string in the header
java.lang.IllegalArgumentException - headLevel was invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||