Searched refs:getNamespaceUri (Results 1 – 6 of 6) sorted by relevance
585 String getNamespaceUri(int pos) throws XmlPullParserException; in getNamespaceUri() method
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()
290 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in XmlPullParserFactoryTest.XmlPullParserStub
381 pp.getNamespaceUri(i) in parseSubTree()
1840 public String getNamespaceUri(int pos) { in getNamespaceUri() method in KXmlParser
21881 method public String getNamespaceUri(int) throws org.xmlpull.v1.XmlPullParserException;