HomeSort by relevance Sort by last modified time
    Searched defs:currentAttributes (Results 1 - 2 of 2) 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);

Completed in 6464 milliseconds