Home | History | Annotate | Download | only in text

Lines Matching refs:href

542                     out.append("<a href=\"");
1168 String href = attributes.getValue("", "href");
1169 start(text, new Href(href));
1173 Href h = getLast(text, Href.class);
1283 private static class Href {
1286 public Href(String href) {
1287 mHref = href;