info.bliki.htmlcleaner.util
Class HtmlForm.ElementAttribute

java.lang.Object
  extended by info.bliki.htmlcleaner.util.HtmlForm.ElementAttribute
Enclosing class:
HtmlForm

public static class HtmlForm.ElementAttribute
extends java.lang.Object

Class representing an HTML form element attribute.

Author:
R. Scarberry

Constructor Summary
HtmlForm.ElementAttribute(java.lang.String name, java.lang.String atype, java.lang.String value)
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlForm.ElementAttribute

public HtmlForm.ElementAttribute(java.lang.String name,
                                 java.lang.String atype,
                                 java.lang.String value)
Constructor.

Parameters:
name - name of the attribute.
atype - the type of the attribute.
value - the attribute value.
Method Detail

getName

public java.lang.String getName()

getType

public java.lang.String getType()

getValue

public java.lang.String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.