edu.umd.cs.findbugs.xml
public abstract class XPathFind extends Object
For example, to find the list of non-disabled detectors in a FindBugs plugin descriptor, you can use the expression
/FindbugsPlugin/Detector[boolean(@disabled)=false()]/@class
Constructor Summary | |
---|---|
XPathFind(Document document) |
Method Summary | |
---|---|
void | find(String xpath) |
static void | main(String[] argv) |
protected abstract void | match(Node node) |