Searched refs:lookupAttribute (Results 1 – 3 of 3) sorted by relevance
55 public HTML.Attribute lookupAttribute(String name) {56 return HTML4.lookupAttribute(name);71 public static HTML.Attribute lookupAttribute(String name) { in lookupAttribute() method in HTML4
823 HTML.Attribute lookupAttribute(String name) {826 HTML.Attribute attr = iter.previous().lookupAttribute(name);970 HTML.Attribute htmlAttribute = lookupAttribute(name);
44 HTML.Attribute lookupAttribute(String name); in lookupAttribute() method