FindBugs™ 1.3.8

Uses of Interface
edu.umd.cs.findbugs.xml.XMLOutput

Packages that use XMLOutput
edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany. 
edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. 
edu.umd.cs.findbugs.filter   
edu.umd.cs.findbugs.gui2   
edu.umd.cs.findbugs.log   
edu.umd.cs.findbugs.model Eventually, all model classes (BugInstance, BugCollection, etc.) should go in this package. 
edu.umd.cs.findbugs.xml   
 

Uses of XMLOutput in edu.umd.cs.findbugs
 

Methods in edu.umd.cs.findbugs with parameters of type XMLOutput
static void PackageStats.writeBugPriorities(XMLOutput xmlOutput, int[] bugs)
          Add priority attributes to a started tag.
 void SortedBugCollection.writeEpilogue(XMLOutput xmlOutput)
           
 void BugCollection.writeEpilogue(XMLOutput xmlOutput)
           
 void SortedBugCollection.writePrologue(XMLOutput xmlOutput, Project project)
           
 void BugCollection.writePrologue(XMLOutput xmlOutput, Project project)
           
 void TypeAnnotation.writeXML(XMLOutput xmlOutput)
           
 void StringAnnotation.writeXML(XMLOutput xmlOutput)
           
 void SourceLineAnnotation.writeXML(XMLOutput xmlOutput)
           
 void ProjectStats.writeXML(XMLOutput xmlOutput)
          Output as XML.
 void Project.writeXML(XMLOutput xmlOutput)
           
 void PackageStats.writeXML(XMLOutput xmlOutput)
           
 void PackageStats.ClassStats.writeXML(XMLOutput xmlOutput)
           
 void MethodAnnotation.writeXML(XMLOutput xmlOutput)
           
 void LocalVariableAnnotation.writeXML(XMLOutput xmlOutput)
           
 void IntAnnotation.writeXML(XMLOutput xmlOutput)
           
 void FieldAnnotation.writeXML(XMLOutput xmlOutput)
           
 void ClassAnnotation.writeXML(XMLOutput xmlOutput)
           
 void BugProperty.writeXML(XMLOutput xmlOutput)
           
 void BugInstance.writeXML(XMLOutput xmlOutput)
           
 void BugDesignation.writeXML(XMLOutput xmlOutput)
           
 void AppVersion.writeXML(XMLOutput xmlOutput)
           
 void WarningSuppressor.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void SuppressionMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void ProjectStats.writeXML(XMLOutput xmlOutput, boolean withMessages)
          Output as XML.
 void XMLWriteableWithMessages.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void TypeAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void StringAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void SourceLineAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void MethodAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void LocalVariableAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void IntAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void FieldAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void ClassAnnotation.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void BugInstance.writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 void Project.writeXML(XMLOutput xmlOutput, java.lang.Object destination)
           
 void SortedBugCollection.writeXML(XMLOutput xmlOutput, Project project)
          Write the BugCollection to an XMLOutput object.
 void BugCollection.writeXML(XMLOutput xmlOutput, Project project)
          Write the BugCollection to an XMLOutput object.
static void BugAnnotationUtil.writeXML(XMLOutput xmlOutput, java.lang.String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages)
          Write a BugAnnotation as XML.
 

Uses of XMLOutput in edu.umd.cs.findbugs.ba
 

Methods in edu.umd.cs.findbugs.ba with parameters of type XMLOutput
 void ClassHash.writeXML(XMLOutput xmlOutput)
           
 

Uses of XMLOutput in edu.umd.cs.findbugs.filter
 

Methods in edu.umd.cs.findbugs.filter with parameters of type XMLOutput
 void DesignationMatcher.addAttribute(XMLOutput xmlOutput, java.lang.String name, StringSetMatch matches)
           
 void BugMatcher.addAttribute(XMLOutput xmlOutput, java.lang.String name, StringSetMatch matches)
           
 void Filter.writeBodyAsXML(XMLOutput xmlOutput)
           
 void CompoundMatcher.writeChildrenXML(XMLOutput xmlOutput)
           
 void PriorityMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void OrMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void MethodMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void Matcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void LocalMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void LastVersionMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void FirstVersionMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void FieldMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void DesignationMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void ClassMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void BugMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 void AndMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
           
 

Uses of XMLOutput in edu.umd.cs.findbugs.gui2
 

Methods in edu.umd.cs.findbugs.gui2 with parameters of type XMLOutput
 void SuppressionMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
          Deprecated.  
 void FilterMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
          Deprecated.  
 void CompoundMatcher.writeXML(XMLOutput xmlOutput, boolean disabled)
          Deprecated.  
 

Uses of XMLOutput in edu.umd.cs.findbugs.log
 

Methods in edu.umd.cs.findbugs.log with parameters of type XMLOutput
 void Profiler.writeXML(XMLOutput xmlOutput)
           
 

Uses of XMLOutput in edu.umd.cs.findbugs.model
 

Methods in edu.umd.cs.findbugs.model with parameters of type XMLOutput
 void ClassFeatureSet.writeXML(XMLOutput xmlOutput)
           
 

Uses of XMLOutput in edu.umd.cs.findbugs.xml
 

Classes in edu.umd.cs.findbugs.xml that implement XMLOutput
 class Dom4JXMLOutput
          XMLOutput class to build all or part of a dom4j tree.
 class OutputStreamXMLOutput
          Write XML to an output stream.
 

Methods in edu.umd.cs.findbugs.xml with parameters of type XMLOutput
static void XMLOutputUtil.writeCollection(XMLOutput xmlOutput, java.util.Collection<? extends XMLWriteable> collection)
          Write a Collection of XMLWriteable objects.
static void XMLOutputUtil.writeElementList(XMLOutput xmlOutput, java.lang.String tagName, java.util.Collection<java.lang.String> listValues)
          Write a list of Strings to document as elements with given tag name.
static void XMLOutputUtil.writeElementList(XMLOutput xmlOutput, java.lang.String tagName, java.util.Iterator<java.lang.String> listValueIterator)
          Write a list of Strings to document as elements with given tag name.
 void XMLWriteable.writeXML(XMLOutput xmlOutput)
          Write this object to given XMLOutput.
 


FindBugs™ 1.3.8

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