Searched refs:TagAttribute (Results 1 – 4 of 4) sorted by relevance
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
D | HtmlDocument.java | 100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) { in createTag() 109 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, in createTag() 120 List<TagAttribute> attributes) { in createSelfTerminatingTag() 129 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, in createSelfTerminatingTag() 152 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) { in createTagAttribute() 159 public static TagAttribute createTagAttribute(HTML.Attribute attr, in createTagAttribute() 162 return new TagAttribute(attr, value, originalHtml); in createTagAttribute() 508 private List<TagAttribute> attributes; 535 private Tag(HTML.Element element, List<TagAttribute> attributes, in Tag() 559 addAttribute(new TagAttribute(attr, value, null)); in addAttribute() [all …]
|
D | HtmlParser.java | 696 ArrayList<HtmlDocument.TagAttribute> attributes = null; in scanTag() 742 attributes = new ArrayList<HtmlDocument.TagAttribute>(); in scanTag() 848 ArrayList<HtmlDocument.TagAttribute> attributes) { 964 private void addAttribute(ArrayList<HtmlDocument.TagAttribute> attributes,
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | HtmlUtils.java | 145 HtmlDocument.TagAttribute attr = lastSeen.tag.getAttribute(HTML4.HREF_ATTRIBUTE); in handleEnd() 175 HtmlDocument.TagAttribute attr = wrapper.tag.getAttribute(HTML4.COLOR_ATTRIBUTE); in handleFont()
|
D | NotificationUtils.java | 1974 final List<HtmlDocument.TagAttribute> attributes = in addNode() 1976 for (HtmlDocument.TagAttribute attribute : attributes) { in addNode()
|