Home | History | Annotate | Download | only in parser

Lines Matching defs:HTML

16 package com.android.mail.lib.html.parser;
23 * HTML class defines Element and Attribute classes.
27 public final class HTML {
30 * Html element
121 * @return just name, not proper HTML
133 if (o instanceof HTML.Element) {
134 HTML.Element that = (HTML.Element) o;
147 * Html attribute
213 * @return Element name (name only, not proper HTML).
225 if (o instanceof HTML.Attribute) {
226 HTML.Attribute that = (HTML.Attribute) o;