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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlDocument.java149 * @see HtmlDocument#createTagAttribute(HTML.Attribute, String, String)
151 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) { method in class:HtmlDocument
152 return createTagAttribute(attr, value, null);
158 public static TagAttribute createTagAttribute(HTML.Attribute attr, method in class:HtmlDocument
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java150 * @see HtmlDocument#createTagAttribute(HTML.Attribute, String, String)
152 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) { method in class:HtmlDocument
153 return createTagAttribute(attr, value, null);
159 public static TagAttribute createTagAttribute(HTML.Attribute attr, method in class:HtmlDocument

Completed in 80 milliseconds