net.sourceforge.pmd.jaxen

Class Attribute

public class Attribute extends Object

Author: daniels

Constructor Summary
Attribute(Node parent, String name, Method m)
Method Summary
StringgetName()
NodegetParent()
StringgetValue()
StringtoString()

Constructor Detail

Attribute

public Attribute(Node parent, String name, Method m)

Method Detail

getName

public String getName()

getParent

public Node getParent()

getValue

public String getValue()

toString

public String toString()