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

  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 119 private Attributes currentAttributes;
143 currentAttributes = attributes;
174 return currentAttributes.getLength();
178 return currentAttributes.getQName(i);
182 return currentAttributes.getType(i);
186 return currentAttributes.getValue(i);
190 return currentAttributes.getType(name);
194 return currentAttributes.getValue(name);
XercesHTMLDocumentBuilderFactory.java 119 private Attributes currentAttributes;
143 currentAttributes = attributes;
174 return currentAttributes.getLength();
178 return currentAttributes.getQName(i);
182 return currentAttributes.getType(i);
186 return currentAttributes.getValue(i);
190 return currentAttributes.getType(name);
194 return currentAttributes.getValue(name);
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 7156 milliseconds