Uses of Package
edu.umd.cs.findbugs.xml

Packages that use edu.umd.cs.findbugs.xml
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.model Eventually, all model classes (BugInstance, BugCollection, etc.) should go in this package. 
edu.umd.cs.findbugs.xml   
 

Classes in edu.umd.cs.findbugs.xml used by edu.umd.cs.findbugs
XMLAttributeList
          Helper class to format attributes in an XML tag.
XMLOutput
          Interface to generate an XML document in some form.
XMLWriteable
          Interface indicating that an object can write itself to an XML document.
 

Classes in edu.umd.cs.findbugs.xml used by edu.umd.cs.findbugs.ba
XMLOutput
          Interface to generate an XML document in some form.
XMLWriteable
          Interface indicating that an object can write itself to an XML document.
 

Classes in edu.umd.cs.findbugs.xml used by edu.umd.cs.findbugs.model
XMLOutput
          Interface to generate an XML document in some form.
XMLWriteable
          Interface indicating that an object can write itself to an XML document.
 

Classes in edu.umd.cs.findbugs.xml used by edu.umd.cs.findbugs.xml
MetaCharacterMap
          Map of metacharacters that need to be escaped, and what to replace them with.
XMLAttributeList
          Helper class to format attributes in an XML tag.
XMLAttributeList.NameValuePair
           
XMLOutput
          Interface to generate an XML document in some form.
XMLWriteable
          Interface indicating that an object can write itself to an XML document.