com.quiotix.html.parser
Class HtmlDocument.Attribute
java.lang.Object
|
+--com.quiotix.html.parser.HtmlDocument.Attribute
- Enclosing class:
- HtmlDocument
- public static class HtmlDocument.Attribute
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
name
public java.lang.String name
value
public java.lang.String value
hasValue
public boolean hasValue
HtmlDocument.Attribute
public HtmlDocument.Attribute(java.lang.String n)
HtmlDocument.Attribute
public HtmlDocument.Attribute(java.lang.String n,
java.lang.String v)
getLength
public int getLength()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object