public abstract class BugAnnotationUtil extends Object
| Constructor and Description |
|---|
BugAnnotationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeXML(XMLOutput xmlOutput,
String elementName,
BugAnnotation annotation,
XMLAttributeList attributeList,
boolean addMessages)
Write a BugAnnotation as XML.
|
public static void writeXML(XMLOutput xmlOutput, String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages) throws IOException
xmlOutput - the XMLOutputelementName - name of element for BugAnnotationannotation - the BugAnnotationattributeList - the XML attribute listaddMessages - true if descriptive messages should be addedIOExceptionCopyright © 2003–2015. All rights reserved.