info.bliki.htmlcleaner.util
Class HtmlForm.ElementAttribute
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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.
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.