Searched refs:getAttributeNamespace (Results 1 – 6 of 6) sorted by relevance
92 public String getURI(int index) { return pp.getAttributeNamespace(index); } in getURI()108 if(pp.getAttributeNamespace(i).equals(uri) in getIndex()133 if(pp.getAttributeNamespace(i).equals(uri) in getType()
823 String getAttributeNamespace (int index); in getAttributeNamespace() method
322 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlPullParserFactoryTest.XmlPullParserStub
359 assertEquals("", parser.getAttributeNamespace(index)); in testAttributeDefaultValuesAndNamespaces()
278 String attrNamespace = parser.getAttributeNamespace(i); in parse()
2004 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in KXmlParser