Searched refs:getNamespaceUri (Results 1 – 5 of 5) sorted by relevance
585 String getNamespaceUri(int pos) throws XmlPullParserException; in getNamespaceUri() method
266 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in XmlPullParserFactoryTest.XmlPullParserStub
663 assertEquals("ns:default", parser.getNamespaceUri(0)); in checkNamespacesInOne()666 assertEquals("ns:1", parser.getNamespaceUri(1)); in checkNamespacesInOne()682 assertEquals("ns:default", parser.getNamespaceUri(0)); in checkNamespacesInTwo()
381 pp.getNamespaceUri(i) in parseSubTree()
1840 public String getNamespaceUri(int pos) { in getNamespaceUri() method in KXmlParser