public abstract class XPathFind
extends java.lang.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 | Description |
---|---|
XPathFind(org.dom4j.Document document) |
Modifier and Type | Method | Description |
---|---|---|
void |
find(java.lang.String xpath) |
|
static void |
main(java.lang.String[] argv) |
|
protected abstract void |
match(org.dom4j.Node node) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.