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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHTML.java23 * HTML class defines Element and Attribute classes.
149 public static final class Attribute { class in class:HTML
167 * Construct an Attribute
170 public Attribute(String name, int type) { method in class:HTML.Attribute
175 * Construct an Attribute
177 * or if Attribute is of type ENUM_TYPE and the values are null
179 public Attribute(String name, int type, Set<String> values) { method in class:HTML.Attribute
180 Preconditions.checkNotNull(name, "Attribute name can not be null");
225 if (o instanceof HTML.Attribute) {
226 HTML.Attribute tha
[all...]
/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 65 milliseconds