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 AttributeAttributes. get(java.lang.String name)Returns theAttributewith 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 theAttributeobjects in this list in order of appearance.java.util.ListIterator<Attribute>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 Attribute Modifier and Type Method Description booleanTextExtractor. includeAttribute(StartTag startTag, Attribute attribute)
-