Uses of Class
net.sourceforge.pmd.lang.rule.xpath.NoAttribute.NoAttrScope
-
Packages that use NoAttribute.NoAttrScope Package Description net.sourceforge.pmd.lang.rule.xpath -
-
Uses of NoAttribute.NoAttrScope in net.sourceforge.pmd.lang.rule.xpath
Methods in net.sourceforge.pmd.lang.rule.xpath that return NoAttribute.NoAttrScope Modifier and Type Method Description NoAttribute.NoAttrScopescope()When applied to a type declaration, this value determines which XPath attributes are filtered out.static NoAttribute.NoAttrScopeNoAttribute.NoAttrScope. valueOf(String name)Returns the enum constant of this type with the specified name.static NoAttribute.NoAttrScope[]NoAttribute.NoAttrScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-