|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputFormatter | |
|---|---|
| examples | |
| org.mindswap.utils | |
| Uses of OutputFormatter in examples |
|---|
| Methods in examples with parameters of type OutputFormatter | |
|---|---|
void |
OWLSValidator.printMesssages(OutputFormatter out,
java.lang.String header,
java.util.Iterator i)
|
boolean |
OWLSValidator.validate(java.lang.String fileURI,
OutputFormatter out)
|
| Uses of OutputFormatter in org.mindswap.utils |
|---|
| Methods in org.mindswap.utils that return OutputFormatter | |
|---|---|
OutputFormatter |
OutputFormatter.print(boolean b)
|
OutputFormatter |
OutputFormatter.print(java.lang.Object o)
|
OutputFormatter |
OutputFormatter.print(java.lang.String s)
|
OutputFormatter |
OutputFormatter.printBold(java.lang.String s)
|
OutputFormatter |
OutputFormatter.printHTML(java.lang.String tag)
Print an HTML tag that will be ignored if the output format is not HTML. |
OutputFormatter |
OutputFormatter.printInsideTag(java.lang.String s,
java.lang.String tag)
|
OutputFormatter |
OutputFormatter.printItalic(java.lang.String s)
|
OutputFormatter |
OutputFormatter.printLink(java.lang.String uri)
|
OutputFormatter |
OutputFormatter.printLink(java.lang.String uri,
java.lang.String label)
|
OutputFormatter |
OutputFormatter.println()
|
OutputFormatter |
OutputFormatter.println(java.lang.Object o)
|
OutputFormatter |
OutputFormatter.println(java.lang.String s)
|
OutputFormatter |
OutputFormatter.printParagraph()
|
OutputFormatter |
OutputFormatter.printTab()
|
OutputFormatter |
OutputFormatter.printURI(java.lang.String uri)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||