Uses of Class
net.htmlparser.jericho.Attribute
-
Packages that use Attribute Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of Attribute in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return Attribute Modifier and Type Method Description Attribute
Attributes. get(java.lang.String name)
Returns theAttribute
with the specified name (case insensitive).Methods in net.htmlparser.jericho that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>
Segment. getURIAttributes()
java.util.Iterator<Attribute>
Attributes. iterator()
Returns an iterator over theAttribute
objects in this list in order of appearance.java.util.ListIterator<Attribute>
Attributes. listIterator(int index)
Returns a list iterator of theAttribute
objects in this list in order of appearance, starting at the specified position in the list.Methods in net.htmlparser.jericho with parameters of type Attribute Modifier and Type Method Description boolean
TextExtractor. includeAttribute(StartTag startTag, Attribute attribute)
-