Uses of Class
net.htmlparser.jericho.Attribute
Packages that use Attribute
-
Uses of Attribute in net.htmlparser.jericho
Subclasses with type arguments of type Attribute in net.htmlparser.jerichoModifier and TypeClassDescriptionfinal classMethods in net.htmlparser.jericho that return AttributeModifier and TypeMethodDescriptionReturns theAttributewith 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 theAttributeobjects in this list in order of appearance.Attributes.listIterator(int index) Returns a list iterator of theAttributeobjects 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 TypeMethodDescriptionbooleanTextExtractor.includeAttribute(StartTag startTag, Attribute attribute)