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

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHTML.java24 * HTML class defines Element and Attribute classes.
28 public final class HTML { class
122 * @return just name, not proper HTML
134 if (o instanceof HTML.Element) {
135 HTML.Element that = (HTML.Element) o;
214 * @return Element name (name only, not proper HTML).
226 if (o instanceof HTML.Attribute) {
227 HTML.Attribute that = (HTML
[all...]
H A DHtmlDocument.java57 /** Returns a HTML string for the current document */
88 /** Returns the HTML document in debug format */
98 * @see HtmlDocument#createTag(HTML.Element, List, String, String)
100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) {
106 * @see HtmlDocument.Tag#Tag(HTML.Element, List, boolean, String, String)
108 public static Tag createTag(HTML.Element element,
117 * @see HtmlDocument#createSelfTerminatingTag(HTML.Element, List, String, String)
119 public static Tag createSelfTerminatingTag(HTML.Element element,
126 * @see HtmlDocument#createTag(HTML.Element, List, String, String)
128 public static Tag createSelfTerminatingTag(HTML
645 ORIGINAL_HTML, HTML, XHTML enum constant in enum:HtmlDocument.Tag.SerializeType
[all...]

Completed in 61 milliseconds