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

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