Uses of Class
net.sourceforge.pmd.lang.ast.xpath.Attribute
-
-
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 Iterator<Attribute>
AbstractNode. getXPathAttributesIterator()
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.ast.xpath
Methods in net.sourceforge.pmd.lang.ast.xpath that return Attribute Modifier and Type Method Description Attribute
AttributeAxisIterator. next()
Deprecated.Methods in net.sourceforge.pmd.lang.ast.xpath that return types with arguments of type Attribute Modifier and Type Method Description Iterator<Attribute>
DocumentNavigator. getAttributeAxisIterator(Object arg0)
Deprecated.Iterator<Attribute>
AttributeNode. getAttributeIterator()
Deprecated. -
Uses of Attribute in net.sourceforge.pmd.lang.ast.xpath.saxon
Fields in net.sourceforge.pmd.lang.ast.xpath.saxon declared as Attribute Modifier and Type Field Description protected Attribute
AttributeNode. attribute
Deprecated.Fields in net.sourceforge.pmd.lang.ast.xpath.saxon with type parameters of type Attribute Modifier and Type Field Description protected Iterator<Attribute>
AttributeAxisIterator. iterator
Deprecated.Constructors in net.sourceforge.pmd.lang.ast.xpath.saxon with parameters of type Attribute Constructor Description AttributeNode(ElementNode parent, Attribute attribute, int id)
Deprecated.Creates a new AttributeNode from a PMD Attribute. -
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. -
Uses of Attribute in net.sourceforge.pmd.util.viewer.model
Methods in net.sourceforge.pmd.util.viewer.model with parameters of type Attribute Modifier and Type Method Description static String
AttributeToolkit. constructPredicate(Attribute attribute)
Deprecated.constructs a predicate from the given attributestatic String
AttributeToolkit. formatValueForXPath(Attribute attribute)
Deprecated.formats a value for its usage in XPath expressions
-