Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.get(String name)
Returns the
Attribute with the specified name (case insensitive). |
Modifier and Type | Method and Description |
---|---|
Iterator<Attribute> |
Attributes.iterator()
Returns an iterator over the
Attribute objects in this list in order of appearance. |
ListIterator<Attribute> |
Attributes.listIterator(int index)
Returns a list iterator of the
Attribute objects in this list in order of appearance,
starting at the specified position in the list. |
Modifier and Type | Method and Description |
---|---|
boolean |
TextExtractor.includeAttribute(StartTag startTag,
Attribute attribute)
|