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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHTML4.java27 * HTML4 contains HTML 4.0 definitions and specifications
34 public final class HTML4 { class
48 return HTML4.lookupElement(name);
55 return HTML4.lookupAttribute(name);
61 return HTML4.defaultWhitelist;
64 /** Looks for a HTML4 element */
69 /** Looks for a HTML4 attribute */
75 * @return Unmodifiable Map of all valid HTML4 elements. Key is lowercase
83 * @return Unmodifiable Map of all valid HTML4 attributes. Key is lowercase
153 * All HTML4 element
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHTML4.java28 * HTML4 contains HTML 4.0 definitions and specifications
35 public final class HTML4 { class
49 return HTML4.lookupElement(name);
56 return HTML4.lookupAttribute(name);
62 return HTML4.defaultWhitelist;
65 /** Looks for a HTML4 element */
70 /** Looks for a HTML4 attribute */
76 * @return Unmodifiable Map of all valid HTML4 elements. Key is lowercase
84 * @return Unmodifiable Map of all valid HTML4 attributes. Key is lowercase
154 * All HTML4 element
[all...]

Completed in 81 milliseconds