Uses of Class
au.id.jericho.lib.html.Attribute

Uses of Attribute in au.id.jericho.lib.html
 

Methods in au.id.jericho.lib.html that return Attribute
 Attribute Attributes.get(java.lang.String name)
          Returns the Attribute with the specified name (case insensitive).
 

Methods in au.id.jericho.lib.html 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.