Package edu.umd.cs.findbugs.xml
Interface XMLWriteable
-
- All Known Subinterfaces:
BugAnnotation,XMLWriteableWithMessages
- All Known Implementing Classes:
AppVersion,BugAnnotationWithSourceLines,BugDesignation,BugInstance,BugProperty,ClassAnnotation,ClassFeatureSet,ClassHash,FieldAnnotation,IntAnnotation,LocalVariableAnnotation,MethodAnnotation,PackageMemberAnnotation,PackageStats,PackageStats.ClassStats,Profiler,Profiler.Profile,Project,ProjectStats,SourceLineAnnotation,StringAnnotation,TypeAnnotation
public interface XMLWriteableInterface indicating that an object can write itself to an XML document.- Author:
- David Hovemeyer
- See Also:
XMLOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteXML(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
-
-