edu.umd.cs.findbugs.xml

Interface XMLWriteable

public interface XMLWriteable

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

Author: David Hovemeyer

See Also: XMLOutput

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

Method Detail

writeXML

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

Parameters: xmlOutput the XMLOutput for the document

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.