Uses of Class
net.htmlparser.jericho.Attribute
Packages that use Attribute
-
Uses of Attribute in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return AttributeModifier and TypeMethodDescriptionReturns theAttribute
with the specified name (case insensitive).Methods in net.htmlparser.jericho that return types with arguments of type AttributeModifier and TypeMethodDescriptionSegment.getURIAttributes()
Attributes.iterator()
Returns an iterator over theAttribute
objects in this list in order of appearance.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 AttributeModifier and TypeMethodDescriptionboolean
TextExtractor.includeAttribute
(StartTag startTag, Attribute attribute)