Searched defs:Attribute (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHTML.java24 * HTML class defines Element and Attribute classes.
150 public static final class Attribute { class in class:HTML
168 * Construct an Attribute
171 public Attribute(String name, int type) { method in class:HTML.Attribute
176 * Construct an Attribute
178 * or if Attribute is of type ENUM_TYPE and the values are null
180 public Attribute(String name, int type, Set<String> values) { method in class:HTML.Attribute
181 Preconditions.checkNotNull(name, "Attribute name can not be null");
226 if (o instanceof HTML.Attribute) {
227 HTML.Attribute tha
[all...]

Completed in 59 milliseconds