edu.umd.cs.findbugs.xml
Interface XMLWriteable

All Known Subinterfaces:
BugAnnotation
All Known Implementing Classes:
BugInstance, ClassAnnotation, FieldAnnotation, IntAnnotation, MethodAnnotation, PackageMemberAnnotation, Project, SourceLineAnnotation

public interface XMLWriteable

Interface indicating that an object can write itself to an XML document.

Author:
David Hovemeyer
See Also:
XMLOutput

Method Summary
 void writeXML(XMLOutput xmlOutput)
          Write this object to given XMLOutput.
 

Method Detail

writeXML

void writeXML(XMLOutput xmlOutput)
              throws java.io.IOException
Write this object to given XMLOutput.

Parameters:
xmlOutput - the XMLOutput for the document
Throws:
java.io.IOException