hotsax.html.sax
Class Attribute

java.lang.Object
  extended by hotsax.html.sax.HtmlParserVal
      extended by hotsax.html.sax.Lval
          extended by hotsax.html.sax.Attribute

public class Attribute
extends Lval


Field Summary
 
Fields inherited from class hotsax.html.sax.HtmlParserVal
dval, ival, obj, sval
 
Constructor Summary
Attribute(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(String name,
                 String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Lval

getName

public String getName()

getValue

public String getValue()


Copyright © 2007-2008. All Rights Reserved.