Uses of Class
net.sourceforge.pmd.lang.rule.xpath.Attribute
-
Packages that use Attribute Package Description net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.rule.xpath.impl net.sourceforge.pmd.util.designerbindings net.sourceforge.pmd.util.treeexport -
-
Uses of Attribute in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return types with arguments of type Attribute Modifier and Type Method Description default Iterator<Attribute>
Node. 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.impl
Methods in net.sourceforge.pmd.lang.rule.xpath.impl that return Attribute Modifier and Type Method Description Attribute
AttributeAxisIterator. next()
-
Uses of Attribute in net.sourceforge.pmd.util.designerbindings
Methods in net.sourceforge.pmd.util.designerbindings that return Attribute Modifier and Type Method Description Attribute
DesignerBindings.DefaultDesignerBindings. getMainAttribute(Node node)
Attribute
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 Attribute Modifier and Type Method Description protected void
XmlTreeRenderer.XmlRenderingConfig. handleAttributeFetchException(Attribute attr, Exception e)
Handle an exception that occurred while fetching the value of an attribute.protected boolean
XmlTreeRenderer.XmlRenderingConfig. takeAttribute(Node node, Attribute attribute)
Returns true if the attribute should be included in the element corresponding to the given node.
-