Searched refs:getAttributeName (Results 1 – 7 of 7) sorted by relevance
93 public String getLocalName(int index) { return pp.getAttributeName(index); } in getLocalName()97 return prefix+':'+pp.getAttributeName(index); in getQName()99 return pp.getAttributeName(index); in getQName()109 && pp.getAttributeName(i).equals(localName)) in getIndex()121 if(pp.getAttributeName(i).equals(qName)) in getIndex()134 && pp.getAttributeName(i).equals(localName)) in getType()145 if(pp.getAttributeName(i).equals(qName)) in getType()
834 String getAttributeName (int index); in getAttributeName() method
33 assertEquals("checked", parser.getAttributeName(0)); in testAttributeNoValueWithRelaxed()43 assertEquals("checked", parser.getAttributeName(0)); in testAttributeUnquotedValueWithRelaxed()53 assertEquals("bar", parser.getAttributeName(0)); in testUnterminatedEntityWithRelaxed()278 assertEquals("b", parser.getAttributeName(0)); in testMissingEntitiesInAttributesUsingNextWithRelaxed()300 assertEquals("b", parser.getAttributeName(0)); in testMissingEntitiesInAttributesUsingNextToken()569 assertEquals("dad", parser.getAttributeName(0)); in validate()
326 public String getAttributeName(int index) { in getAttributeName() method in XmlPullParserFactoryTest.XmlPullParserStub
360 assertEquals("bar:a", parser.getAttributeName(index)); in testAttributeDefaultValuesAndNamespaces()369 if (parser.getAttributeName(i).equals(name)) { in indexOfAttributeWithName()
280 String attrName = parser.getAttributeName(i); in parse()311 String attrName = parser.getAttributeName(i); in parse()
2011 public String getAttributeName(int index) { in getAttributeName() method in KXmlParser