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

/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 66 milliseconds