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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlTree.java32 * HtmlTree represents a parsed and well-formed html text, it provides
48 public class HtmlTree { class
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() { method in class:HtmlTree
802 * Contains the logic for converting the contents of one HtmlTree into
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTree.java33 * HtmlTree represents a parsed and well-formed html text, it provides
49 public class HtmlTree { class
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() { method in class:HtmlTree
836 * Contains the logic for converting the contents of one HtmlTree into

Completed in 69 milliseconds