Searched refs:qAtts (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DParserAdapter.java474 * @param qAtts The XML attribute list (with qnames).
478 public void startElement (String qName, AttributeList qAtts) throws SAXException {
489 attAdapter.setAttributeList(qAtts);
499 int length = qAtts.getLength();
503 String attQName = qAtts.getName(i);
521 String value = qAtts.getValue(i);
535 String attQName = qAtts.getName(i);
536 String type = qAtts.getType(i);
537 String value = qAtts.getValue(i);
880 void setAttributeList (AttributeList qAtts)
476 startElement(String qName, AttributeList qAtts) argument
875 setAttributeList(AttributeList qAtts) argument
1037 private AttributeList qAtts; field in class:ParserAdapter.AttributeListAdapter
[all...]
H A DXMLReaderAdapter.java105 qAtts = new AttributesAdapter();
334 qAtts.setAttributes(atts);
335 documentHandler.startElement(qName, qAtts);
433 AttributesAdapter qAtts;
430 AttributesAdapter qAtts; field in class:XMLReaderAdapter

Completed in 42 milliseconds