java.lang.Object | |
↳ | org.rrd4j.core.XmlWriter |
Extremely simple utility class used to create XML documents.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates XmlWriter with the specified output stream to send XML code to.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Closes the corresponding XML tag
| |||||||||||
Flushes the output stream
| |||||||||||
Opens XML tag
| |||||||||||
Writes XML comment to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
| |||||||||||
Writes <tag>value</tag> to output stream
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates XmlWriter with the specified output stream to send XML code to.
stream | Output stream which receives XML code |
---|
Closes the corresponding XML tag
Flushes the output stream
Writes XML comment to output stream
comment | comment string |
---|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|
Writes <tag>value</tag> to output stream
tag | XML tag name |
---|---|
value | value to be placed between <tag> and </tag>
|