|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quiotix.html.parser.HtmlDocument.AttributeList
public static class HtmlDocument.AttributeList
A List of Attributes.
| Field Summary | |
|---|---|
java.util.List |
attributes
The backing List. |
| Constructor Summary | |
|---|---|
HtmlDocument.AttributeList()
|
|
| Method Summary | |
|---|---|
void |
addAttribute(HtmlDocument.Attribute a)
Add. |
boolean |
contains(java.lang.String name)
Whether the List contains an Attribute with the given name. |
java.lang.String |
getValue(java.lang.String name)
|
boolean |
hasValue(java.lang.String name)
Whether the List contains an Attribute with the given name and that Attribute has a non-null value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List attributes
| Constructor Detail |
|---|
public HtmlDocument.AttributeList()
| Method Detail |
|---|
public void addAttribute(HtmlDocument.Attribute a)
public boolean contains(java.lang.String name)
public boolean hasValue(java.lang.String name)
public java.lang.String getValue(java.lang.String name)
name - the name of the Attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||