|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.quiotix.html.parser.HtmlDocument.AttributeList
public static class HtmlDocument.AttributeList
A List of Attributes.
Field Summary | |
---|---|
List |
attributes
The backing List. |
Constructor Summary | |
---|---|
HtmlDocument.AttributeList()
|
Method Summary | |
---|---|
void |
addAttribute(HtmlDocument.Attribute a)
Add. |
boolean |
contains(String name)
Whether the List contains an Attribute with the given name. |
String |
getValue(String name)
|
boolean |
hasValue(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 List attributes
Constructor Detail |
---|
public HtmlDocument.AttributeList()
Method Detail |
---|
public void addAttribute(HtmlDocument.Attribute a)
public boolean contains(String name)
public boolean hasValue(String name)
public String getValue(String name)
name
- the name of the Attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |