Home | History | Annotate | Download | only in parser

Lines Matching refs:HTML

17 package com.google.android.mail.common.html.parser;
24 * HTML class defines Element and Attribute classes.
28 public final class HTML {
31 * Html element
122 * @return just name, not proper HTML
134 if (o instanceof HTML.Element) {
135 HTML.Element that = (HTML.Element) o;
148 * Html attribute
214 * @return Element name (name only, not proper HTML).
226 if (o instanceof HTML.Attribute) {
227 HTML.Attribute that = (HTML.Attribute) o;