HomeSort by relevance Sort by last modified time
    Searched defs:HTML4 (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HTML4.java 27 * HTML4 contains HTML 4.0 definitions and specifications
34 public final class HTML4 {
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 elements
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 28 * HTML4 contains HTML 4.0 definitions and specifications
35 public final class HTML4 {
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 elements
    [all...]

Completed in 63 milliseconds