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

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTree.java192 public String getHtml() { method in class:HtmlTree
193 return getHtml(-1);
200 public String getHtml(int wrapSize) { method in class:HtmlTree
202 html = getHtml(0, nodes.size(), wrapSize);
208 public String getHtml(int fromNode, int toNode) { method in class:HtmlTree
209 return getHtml(fromNode, toNode, -1);
216 public String getHtml(int fromNode, int toNode, int wrapSize) { method in class:HtmlTree
309 debug.append(getHtml());

Completed in 88 milliseconds