|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectokapi.tools.OkapiToolErrorList
okapi.tools.OkapiToolWarningList
public class OkapiToolWarningList
Class OkapiToolWarningList Keeps a list of warnings which should each be well-formed xhtml, and outputs them as an xhtml list for an warning page
| Constructor Summary | |
|---|---|
OkapiToolWarningList()
Constructor OkapiToolWarningList |
|
| Method Summary | |
|---|---|
void |
add(java.lang.String warning)
Method addWarning- warning should be well formed xhtml |
java.lang.String |
getXml()
Method toString- returns an xhtml list of the warnings |
int |
size()
returns the number of warnings in this list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OkapiToolWarningList()
| Method Detail |
|---|
public void add(java.lang.String warning)
add in class OkapiToolErrorListwarning - public java.lang.String getXml()
getXml in class OkapiToolErrorListpublic int size()
size in class OkapiToolErrorList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||