Interface XMLWriteable

All Known Subinterfaces:
BugAnnotation, XMLWriteableWithMessages
All Known Implementing Classes:
AppVersion, BugAnnotationWithSourceLines, BugInstance, BugProperty, ClassAnnotation, ClassFeatureSet, ClassHash, FieldAnnotation, IntAnnotation, LocalVariableAnnotation, MethodAnnotation, PackageMemberAnnotation, PackageStats, PackageStats.ClassStats, Profiler, Profiler.Profile, ProfileSummary, Project, ProjectStats, SourceLineAnnotation, StringAnnotation, TypeAnnotation

public interface XMLWriteable
Interface indicating that an object can write itself to an XML document.
Author:
David Hovemeyer
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeXML(XMLOutput xmlOutput)
    Write this object to given XMLOutput.
  • Method Details

    • writeXML

      void writeXML(XMLOutput xmlOutput) throws IOException
      Write this object to given XMLOutput.
      Parameters:
      xmlOutput - the XMLOutput for the document
      Throws:
      IOException