Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.get(int index)
Returns the
Attribute at the specified index. |
Attribute |
Attributes.get(java.lang.String name)
Returns the
Attribute with the specified name (case insensitive). |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Segment.getURIAttributes()
|
java.util.Iterator<Attribute> |
Attributes.iterator()
Returns an iterator over the
Attribute objects in this list in order of appearance. |
java.util.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)
|