|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.util.html.StringElement
public class StringElement
| Field Summary | |
|---|---|
protected java.lang.String |
s
the string value that we are |
| Constructor Summary | |
|---|---|
StringElement(java.lang.String s)
Construct a new StringElement with a string literal |
|
| Method Summary | |
|---|---|
void |
generate(java.io.Writer out)
convert representation to html and write it out |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String s
| Constructor Detail |
|---|
public StringElement(java.lang.String s)
s - the string to use| Method Detail |
|---|
public void generate(java.io.Writer out)
throws java.io.IOException
generate in interface Elementout - the output Writer
java.io.IOException - an IO error occurred accessing
out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||