All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.parser.html.Attribute

java.lang.Object
   |
   +----org.jfouffa.parser.html.Attribute

public class Attribute
extends Object

Constructor index

 o Attribute()

Method index

 o getName()
Returns the name of the attribute
 o getValue()
Returns the value of the attribute
 o toString()
Returns a string representation of the object.

Constructors

 o Attribute
 public Attribute()

Methods

 o getName
 public String getName()
Returns the name of the attribute

Returns:
the name of the attribute
 o getValue
 public String getValue()
Returns the value of the attribute

Returns:
the value of the attribute
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object