Home
last modified time | relevance | path

Searched defs:getNamespaceUri (Results 1 – 3 of 3) sorted by relevance

/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParser.java585 String getNamespaceUri(int pos) throws XmlPullParserException; in getNamespaceUri() method
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java266 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in XmlPullParserFactoryTest.XmlPullParserStub
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlParser.java1840 public String getNamespaceUri(int pos) { in getNamespaceUri() method in KXmlParser