Home
last modified time | relevance | path

Searched refs:setAttributeList (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributeListImpl.java96 setAttributeList(atts); in AttributeListImpl()
114 public void setAttributeList (AttributeList atts) in setAttributeList() method in AttributeListImpl
DParserAdapter.java491 attAdapter.setAttributeList(qAtts); in startElement()
899 void setAttributeList (AttributeList qAtts) in setAttributeList() method in ParserAdapter.AttributeListAdapter
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DAttributeListImplTest.java67 attrs.setAttributeList(empty); in testSetAttributeList()
70 attrs.setAttributeList(multi); in testSetAttributeList()
81 attrs.setAttributeList(null); in testSetAttributeList()
/libcore/api/
Dcurrent.txt21677 method @Deprecated public void setAttributeList(org.xml.sax.AttributeList);