edu.umd.cs.findbugs

Class SAXBugCollectionHandler

public class SAXBugCollectionHandler extends DefaultHandler

Build a BugCollection based on SAX events. This is intended to replace the old DOM-based parsing of XML bug result files, which was very slow.

Author: David Hovemeyer

Constructor Summary
SAXBugCollectionHandler(String topLevelName, BugCollection bugCollection, Project project, File base)
SAXBugCollectionHandler(BugCollection bugCollection, Project project, File base)
SAXBugCollectionHandler(Project project, File base)
SAXBugCollectionHandler(Filter filter, File base)
Method Summary
booleandiscardedElement(String qName)

Constructor Detail

SAXBugCollectionHandler

public SAXBugCollectionHandler(String topLevelName, BugCollection bugCollection, Project project, File base)

SAXBugCollectionHandler

public SAXBugCollectionHandler(BugCollection bugCollection, Project project, File base)

SAXBugCollectionHandler

public SAXBugCollectionHandler(Project project, File base)

SAXBugCollectionHandler

public SAXBugCollectionHandler(Filter filter, File base)

Method Detail

discardedElement

public boolean discardedElement(String qName)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.