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
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.