edu.umd.cs.findbugs.xml
public class OutputStreamXMLOutput extends Object implements XMLOutput
| Constructor Summary | |
|---|---|
| OutputStreamXMLOutput(OutputStream os)
Constructor. | |
| OutputStreamXMLOutput(OutputStream os, String stylesheet) | |
| Method Summary | |
|---|---|
| void | addAttribute(String name, String value) |
| void | beginDocument() |
| void | closeTag(String tagName) |
| void | finish() |
| void | openCloseTag(String tagName) |
| void | openCloseTag(String tagName, XMLAttributeList attributeList) |
| void | openTag(String tagName) |
| void | openTag(String tagName, XMLAttributeList attributeList) |
| void | startTag(String tagName) |
| void | stopTag(boolean close) |
| void | writeCDATA(String cdata) |
| void | writeText(String text) |
Parameters: os OutputStream to write XML output to