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
Copyright © 2003–2015. All rights reserved.