HomeSort by relevance Sort by last modified time
    Searched defs:theAtts (Results 1 - 6 of 6) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 27 private AttributesImpl theAtts; // attributes of element
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts());
40 else theAtts = new AttributesImpl();
58 public AttributesImpl atts() { return theAtts; }
150 theType.setAttribute(theAtts, name, type, value);
160 for (int i = theAtts.getLength() - 1; i >= 0; i--) {
161 if (theAtts.getType(i).equals("ID") ||
162 theAtts.getQName(i).equals("name")) {
163 theAtts.removeAttribute(i);
176 for (int i = theAtts.getLength() - 1; i >= 0; i--)
    [all...]
ElementType.java 31 private AttributesImpl theAtts; // default attributes
55 theAtts = new AttributesImpl();
150 public AttributesImpl atts() {return theAtts;}
245 setAttribute(theAtts, name, type, value);
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 135 milliseconds