public interface IBrowserOutput
| Modifier and Type | Method and Description |
|---|---|
void |
attr(String name,
boolean value) |
void |
attr(String name,
int value) |
void |
attr(String name,
long value)
Write a simple numeric attribute thingy.
|
void |
attr(String name,
String value)
Appends an attribute to the last tag.
|
void |
closetag(String name)
Write the closing tag (</name>).
|
void |
dec() |
void |
endAndCloseXmltag()
Ends a tag by adding />.
|
void |
endtag()
Ends a tag by adding a > only.
|
void |
inc() |
boolean |
isIndentEnabled() |
void |
nl() |
void |
rawAttr(String name,
String value) |
void |
setIndentEnabled(boolean ind) |
void |
tag(String tagname)
Writes a tag start.
|
void |
text(String s)
Writes string data.
|
void |
writeRaw(CharSequence s) |
void writeRaw(CharSequence s) throws IOException
IOExceptionvoid text(String s) throws IOException
IOExceptionvoid nl() throws IOException
IOExceptionvoid inc()
void dec()
void setIndentEnabled(boolean ind)
boolean isIndentEnabled()
void tag(String tagname) throws IOException
tagname - IOExceptionvoid endtag()
throws IOException
IOExceptionvoid endAndCloseXmltag()
throws IOException
IOExceptionvoid closetag(String name) throws IOException
name - IOExceptionvoid attr(String name, String value) throws IOException
namespace - name - value - IOExceptionvoid rawAttr(String name, String value) throws IOException
IOExceptionvoid attr(String name, long value) throws IOException
namespace - name - value - IOExceptionvoid attr(String name, int value) throws IOException
IOExceptionvoid attr(String name, boolean value) throws IOException
IOExceptionCopyright © 2017 etc.to. All rights reserved.