Searched refs:getAttributeCount (Results 1 – 7 of 7) sorted by relevance
91 public int getLength() { return pp.getAttributeCount(); } in getLength()106 for (int i = 0; i < pp.getAttributeCount(); i++) in getIndex()119 for (int i = 0; i < pp.getAttributeCount(); i++) in getIndex()131 for (int i = 0; i < pp.getAttributeCount(); i++) in getType()143 for (int i = 0; i < pp.getAttributeCount(); i++) in getType()
798 int getAttributeCount(); in getAttributeCount() method
276 for (int i = 0; i < parser.getAttributeCount(); i++) { in parse()309 for (int i = 0; i < parser.getAttributeCount(); i++) { in parse()
318 public int getAttributeCount() { in getAttributeCount() method in XmlPullParserFactoryTest.XmlPullParserStub
277 assertEquals(1, parser.getAttributeCount()); in testMissingEntitiesInAttributesUsingNextWithRelaxed()299 assertEquals(1, parser.getAttributeCount()); in testMissingEntitiesInAttributesUsingNextToken()568 assertEquals(1, parser.getAttributeCount()); in validate()
368 for (int i = 0; i < parser.getAttributeCount(); i++) { in indexOfAttributeWithName()
1992 public int getAttributeCount() { in getAttributeCount() method in KXmlParser