Uses of Class
net.sourceforge.pmd.lang.rule.xpath.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return types with arguments of type AttributeModifier and TypeMethodDescriptionNode.getXPathAttributesIterator()Returns an iterator enumerating all the attributes that are available from XPath for this node. -
Uses of Attribute in net.sourceforge.pmd.lang.rule.xpath
Methods in net.sourceforge.pmd.lang.rule.xpath with parameters of type AttributeModifier and TypeMethodDescriptionstatic StringInternalApiBridge.replacementIfDeprecated(Attribute attribute) -
Uses of Attribute in net.sourceforge.pmd.lang.rule.xpath.impl
Methods in net.sourceforge.pmd.lang.rule.xpath.impl that return Attribute -
Uses of Attribute in net.sourceforge.pmd.util.designerbindings
Methods in net.sourceforge.pmd.util.designerbindings that return AttributeModifier and TypeMethodDescriptionDesignerBindings.DefaultDesignerBindings.getMainAttribute(Node node) DesignerBindings.getMainAttribute(Node node) Returns the "main" attribute of the given node. -
Uses of Attribute in net.sourceforge.pmd.util.treeexport
Methods in net.sourceforge.pmd.util.treeexport with parameters of type AttributeModifier and TypeMethodDescriptionprotected voidXmlTreeRenderer.XmlRenderingConfig.handleAttributeFetchException(Attribute attr, Exception e) Handle an exception that occurred while fetching the value of an attribute.protected booleanXmlTreeRenderer.XmlRenderingConfig.takeAttribute(Node node, Attribute attribute) Returns true if the attribute should be included in the element corresponding to the given node.