Uses of Interface
edu.umd.cs.findbugs.xml.XMLOutput
Packages that use XMLOutput
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Eventually, all model classes (BugInstance, BugCollection, etc.) should go in
this package.
-
Uses of XMLOutput in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type XMLOutputModifier and TypeMethodDescriptionvoid
BugCollection.writeEpilogue
(XMLOutput xmlOutput) void
SortedBugCollection.writeEpilogue
(XMLOutput xmlOutput) void
BugCollection.writePrologue
(XMLOutput xmlOutput) void
SortedBugCollection.writePrologue
(XMLOutput xmlOutput) void
static void
BugAnnotationUtil.writeXML
(XMLOutput xmlOutput, String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages) Write a BugAnnotation as XML.void
Write the BugCollection to an XMLOutput object.void
void
BugInstance.writeXML
(XMLOutput xmlOutput, BugCollection bugCollection, boolean addMessages) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Project.writeXML
(XMLOutput xmlOutput, File destination, BugCollection bugCollection) void
Output as XML.void
Output as XML.void
Write the BugCollection to an XMLOutput object.void
void
void
void
void
void
void
void
void
-
Uses of XMLOutput in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type XMLOutput -
Uses of XMLOutput in edu.umd.cs.findbugs.filter
Methods in edu.umd.cs.findbugs.filter with parameters of type XMLOutputModifier and TypeMethodDescriptionvoid
BugMatcher.addAttribute
(XMLOutput xmlOutput, String name, StringSetMatch matches) void
Filter.writeBodyAsXML
(XMLOutput xmlOutput) void
CompoundMatcher.writeChildrenXML
(XMLOutput xmlOutput) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Uses of XMLOutput in edu.umd.cs.findbugs.log
Methods in edu.umd.cs.findbugs.log with parameters of type XMLOutput -
Uses of XMLOutput in edu.umd.cs.findbugs.model
Methods in edu.umd.cs.findbugs.model with parameters of type XMLOutput -
Uses of XMLOutput in edu.umd.cs.findbugs.xml
Classes in edu.umd.cs.findbugs.xml that implement XMLOutputModifier and TypeClassDescriptionclass
XMLOutput class to build all or part of a dom4j tree.class
Write XML to an output stream.Methods in edu.umd.cs.findbugs.xml with parameters of type XMLOutputModifier and TypeMethodDescriptionstatic void
XMLOutputUtil.writeCollection
(XMLOutput xmlOutput, Collection<? extends XMLWriteable> collection) Write a Collection of XMLWriteable objects.static void
XMLOutputUtil.writeElementList
(XMLOutput xmlOutput, String tagName, Iterable<String> listValues) Write a list of Strings to document as elements with given tag name.static void
XMLOutputUtil.writeElementList
(XMLOutput xmlOutput, String tagName, Iterator<String> listValueIterator) Write a list of Strings to document as elements with given tag name.static void
XMLOutputUtil.writeFileList
(XMLOutput xmlOutput, String tagName, Iterable<File> listValues) Write a list of Strings to document as elements with given tag name.static void
XMLOutputUtil.writeFileList
(XMLOutput xmlOutput, String tagName, Iterator<File> listValueIterator) Write a list of Strings to document as elements with given tag name.void
Write this object to given XMLOutput.
ProfileSummary.writeXML(edu.umd.cs.findbugs.xml.XMLOutput)
instead.