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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlDocument.java99 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) {
108 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
119 List<TagAttribute> attributes) {
128 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
151 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) {
156 * @see HtmlDocument.TagAttribute#TagAttribute(HTML.Attribute, String, String)
158 public static TagAttribute createTagAttribute(HTML.Attribute attr,
161 return new TagAttribute(attr, value, originalHtml);
506 // List of TagAttribute object
764 public static class TagAttribute { class in class:HtmlDocument
777 private TagAttribute(HTML.Attribute attribute, String value, String originalHtml) { method in class:HtmlDocument.TagAttribute
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) {
109 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
120 List<TagAttribute> attributes) {
129 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
152 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) {
157 * @see HtmlDocument.TagAttribute#TagAttribute(HTML.Attribute, String, String)
159 public static TagAttribute createTagAttribute(HTML.Attribute attr,
162 return new TagAttribute(attr, value, originalHtml);
507 // List of TagAttribute object
765 public static class TagAttribute { class in class:HtmlDocument
778 private TagAttribute(HTML.Attribute attribute, String value, String originalHtml) { method in class:HtmlDocument.TagAttribute
[all...]

Completed in 43 milliseconds