Uses of Class
net.htmlparser.jericho.Attribute

Uses of Attribute in net.htmlparser.jericho
 

Methods in net.htmlparser.jericho that return Attribute
 Attribute Attributes.get(java.lang.String name)
          Returns the Attribute with the specified name (case insensitive).
 

Methods in net.htmlparser.jericho that return types with arguments of type Attribute
 java.util.List<Attribute> Segment.getURIAttributes()
          Returns a list of all attributes enclosed by this segment that have URI values.
 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.
 

Methods in net.htmlparser.jericho with parameters of type Attribute
 boolean TextExtractor.includeAttribute(StartTag startTag, Attribute attribute)
          Indicates whether the value of the specified attribute in the specified start tag is included in the output.