Uses of Class
com.puppycrawl.tools.checkstyle.filters.XpathFilterElement
-
Packages that use XpathFilterElement Package Description com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of XpathFilterElement in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters declared as XpathFilterElement Modifier and Type Field Description private XpathFilterElement
SuppressionXpathSingleFilter. xpathFilter
XpathFilterElement instance.Methods in com.puppycrawl.tools.checkstyle.filters that return XpathFilterElement Modifier and Type Method Description private static XpathFilterElement
SuppressionsLoader. getXpathFilter(Attributes attributes)
Returns the xpath filter, initialized from given attributes.
-