Class org.jfouffa.parser.html.Attribute
java.lang.Object
|
+----org.jfouffa.parser.html.Attribute
- public class Attribute
- extends Object
Constructor index
-
Attribute()
-
Method index
-
getName()
- Returns the name of the attribute
-
getValue()
- Returns the value of the attribute
-
toString()
- Returns a string representation of the object.
Constructors
Attribute
public Attribute()
Methods
getName
public String getName()
- Returns the name of the attribute
- Returns:
- the name of the attribute
getValue
public String getValue()
- Returns the value of the attribute
- Returns:
- the value of the attribute
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object