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 and Description |
|---|
XPathFind(org.dom4j.Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
find(java.lang.String xpath) |
static void |
main(java.lang.String[] argv) |
protected abstract void |
match(org.dom4j.Node node) |
SpotBugs is licensed under the LGPL.