Uses of Class
edu.umd.cs.findbugs.xml.XMLAttributeList
Packages that use XMLAttributeList
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.-
Uses of XMLAttributeList in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type XMLAttributeListModifier and TypeMethodDescriptionstatic void
BugAnnotationUtil.writeXML
(XMLOutput xmlOutput, String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages) Write a BugAnnotation as XML. -
Uses of XMLAttributeList in edu.umd.cs.findbugs.xml
Methods in edu.umd.cs.findbugs.xml that return XMLAttributeListModifier and TypeMethodDescriptionXMLAttributeList.addAttribute
(String name, String value) Add a single attribute name and value.XMLAttributeList.addOptionalAttribute
(String name, String value) Add a single attribute name and value.Methods in edu.umd.cs.findbugs.xml with parameters of type XMLAttributeListModifier and TypeMethodDescriptionvoid
Dom4JXMLOutput.openCloseTag
(String tagName, XMLAttributeList attributeList) void
OutputStreamXMLOutput.openCloseTag
(String tagName, XMLAttributeList attributeList) void
XMLOutput.openCloseTag
(String tagName, XMLAttributeList attributeList) Open and close tag with given name and given attributes.void
Dom4JXMLOutput.openTag
(String tagName, XMLAttributeList attributeList) void
OutputStreamXMLOutput.openTag
(String tagName, XMLAttributeList attributeList) void
XMLOutput.openTag
(String tagName, XMLAttributeList attributeList) Open a tag with given name and given attributes.