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.
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 TypeMethodDescriptionvoidBugCollection.writeEpilogue(XMLOutput xmlOutput) voidSortedBugCollection.writeEpilogue(XMLOutput xmlOutput) voidBugCollection.writePrologue(XMLOutput xmlOutput) voidSortedBugCollection.writePrologue(XMLOutput xmlOutput) voidstatic voidBugAnnotationUtil.writeXML(XMLOutput xmlOutput, String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages) Write a BugAnnotation as XML.voidWrite the BugCollection to an XMLOutput object.voidvoidvoidBugInstance.writeXML(XMLOutput xmlOutput, BugCollection bugCollection, boolean addMessages) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidProject.writeXML(XMLOutput xmlOutput, File destination, BugCollection bugCollection) voidOutput as XML.voidOutput as XML.voidWrite the BugCollection to an XMLOutput object.voidvoidvoidvoidvoidvoidvoidvoidvoid -
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 TypeMethodDescriptionvoidBugMatcher.addAttribute(XMLOutput xmlOutput, String name, StringSetMatch matches) voidDesignationMatcher.addAttribute(XMLOutput xmlOutput, String name, StringSetMatch matches) voidFilter.writeBodyAsXML(XMLOutput xmlOutput) voidCompoundMatcher.writeChildrenXML(XMLOutput xmlOutput) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of XMLOutput in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 with parameters of type XMLOutput -
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 TypeClassDescriptionclassXMLOutput class to build all or part of a dom4j tree.classWrite XML to an output stream.Methods in edu.umd.cs.findbugs.xml with parameters of type XMLOutputModifier and TypeMethodDescriptionstatic voidXMLOutputUtil.writeCollection(XMLOutput xmlOutput, Collection<? extends XMLWriteable> collection) Write a Collection of XMLWriteable objects.static voidXMLOutputUtil.writeElementList(XMLOutput xmlOutput, String tagName, Iterable<String> listValues) Write a list of Strings to document as elements with given tag name.static voidXMLOutputUtil.writeElementList(XMLOutput xmlOutput, String tagName, Iterator<String> listValueIterator) Write a list of Strings to document as elements with given tag name.static voidXMLOutputUtil.writeFileList(XMLOutput xmlOutput, String tagName, Iterable<File> listValues) Write a list of Strings to document as elements with given tag name.static voidXMLOutputUtil.writeFileList(XMLOutput xmlOutput, String tagName, Iterator<File> listValueIterator) Write a list of Strings to document as elements with given tag name.voidWrite this object to given XMLOutput.