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

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 32 * HtmlTree represents a parsed and well-formed html text, it provides
48 public class HtmlTree {
57 * the contents of an {@link HtmlTree} to plain text.
63 * An interface for an object which converts a single HtmlTree into
117 private static final Logger logger = Logger.getLogger(HtmlTree.class.getName());
121 /** HtmlTree can only be constructed from this package */
122 HtmlTree() {
802 * Contains the logic for converting the contents of one HtmlTree into
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 33 * HtmlTree represents a parsed and well-formed html text, it provides
49 public class HtmlTree {
60 * the contents of an {@link HtmlTree} to plain text.
66 * An interface for an object which converts a single HtmlTree into
121 private static final Logger logger = Logger.getLogger(HtmlTree.class.getName());
125 /** HtmlTree can only be constructed from this package */
126 HtmlTree() {
836 * Contains the logic for converting the contents of one HtmlTree into

Completed in 1592 milliseconds