Searched refs:Attribute (Results 1 - 9 of 9) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlWhitelist.java36 * Looks up the HTML.Attribute object associated with the given attribute
40 * @return The HTML.Attribute object associated with the given attribute name,
43 HTML.Attribute lookupAttribute(String name);
H A DHTML4.java40 private static final HashMap<String,HTML.Attribute> attributes = Maps.newHashMap();
54 public HTML.Attribute lookupAttribute(String name) {
70 public static HTML.Attribute lookupAttribute(String name) {
86 public static Map<String, HTML.Attribute> getAllAttributes() {
127 private static HTML.Attribute addAttribute(String attribute) {
128 return addAttribute(attribute, HTML.Attribute.NO_TYPE);
131 private static HTML.Attribute addAttribute(String attribute, int type) {
135 private static HTML.Attribute addAttribute(String attribute,
147 HTML.Attribute attr = new HTML.Attribute(attribut
[all...]
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...]
H A DHtmlDocument.java149 * @see HtmlDocument#createTagAttribute(HTML.Attribute, String, String)
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,
556 public void addAttribute(HTML.Attribute attr, String value) {
576 public TagAttribute getAttribute(HTML.Attribute attr) {
591 public List<TagAttribute> getAttributes(HTML.Attribute attr) {
765 private final HTML.Attribute attribute;
770 * @param attribute the HTML.Attribute. Can't be null.
777 private TagAttribute(HTML.Attribute attribut
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlWhitelist.java37 * Looks up the HTML.Attribute object associated with the given attribute
41 * @return The HTML.Attribute object associated with the given attribute name,
44 HTML.Attribute lookupAttribute(String name);
H A DHTML4.java41 private static final HashMap<String,HTML.Attribute> attributes = Maps.newHashMap();
55 public HTML.Attribute lookupAttribute(String name) {
71 public static HTML.Attribute lookupAttribute(String name) {
87 public static Map<String, HTML.Attribute> getAllAttributes() {
128 private static HTML.Attribute addAttribute(String attribute) {
129 return addAttribute(attribute, HTML.Attribute.NO_TYPE);
132 private static HTML.Attribute addAttribute(String attribute, int type) {
136 private static HTML.Attribute addAttribute(String attribute,
148 HTML.Attribute attr = new HTML.Attribute(attribut
[all...]
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...]
H A DHtmlDocument.java150 * @see HtmlDocument#createTagAttribute(HTML.Attribute, String, String)
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,
557 public void addAttribute(HTML.Attribute attr, String value) {
577 public TagAttribute getAttribute(HTML.Attribute attr) {
592 public List<TagAttribute> getAttributes(HTML.Attribute attr) {
766 private final HTML.Attribute attribute;
771 * @param attribute the HTML.Attribute. Can't be null.
778 private TagAttribute(HTML.Attribute attribut
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java1507 private static final HTML.Attribute ELIDED_TEXT_ATTRIBUTE =
1508 new HTML.Attribute(ELIDED_TEXT_ELEMENT_ATTRIBUTE_NAME, HTML.Attribute.NO_TYPE);

Completed in 104 milliseconds