|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLAttributeList | |
---|---|
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.xml |
Uses of XMLAttributeList in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs with parameters of type XMLAttributeList | |
---|---|
static void |
BugAnnotationUtil.writeXML(XMLOutput xmlOutput,
java.lang.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 XMLAttributeList | |
---|---|
XMLAttributeList |
XMLAttributeList.addAttribute(java.lang.String name,
java.lang.String value)
Add a single attribute name and value. |
XMLAttributeList |
XMLAttributeList.addOptionalAttribute(java.lang.String name,
java.lang.String value)
Add a single attribute name and value. |
Methods in edu.umd.cs.findbugs.xml with parameters of type XMLAttributeList | |
---|---|
void |
XMLOutput.openCloseTag(java.lang.String tagName,
XMLAttributeList attributeList)
Open and close tag with given name and given attributes. |
void |
OutputStreamXMLOutput.openCloseTag(java.lang.String tagName,
XMLAttributeList attributeList)
|
void |
Dom4JXMLOutput.openCloseTag(java.lang.String tagName,
XMLAttributeList attributeList)
|
void |
XMLOutput.openTag(java.lang.String tagName,
XMLAttributeList attributeList)
Open a tag with given name and given attributes. |
void |
OutputStreamXMLOutput.openTag(java.lang.String tagName,
XMLAttributeList attributeList)
|
void |
Dom4JXMLOutput.openTag(java.lang.String tagName,
XMLAttributeList attributeList)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |