Home
last modified time | relevance | path

Searched refs:getNamespaceCount (Results 1 – 6 of 6) sorted by relevance

/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
DDriver.java374 (level > depth) ? pp.getNamespaceCount(depth) : 0; in parseSubTree()
376 final int count = pp.getNamespaceCount(depth + 1); in parseSubTree()
429 (level > depth) ? pp.getNamespaceCount(pp.getDepth()) : 0; in parseSubTree()
430 int count = pp.getNamespaceCount(pp.getDepth() - 1); in parseSubTree()
/libcore/luni/src/test/java/libcore/xml/
DPullParserTest.java601 assertEquals(0, parser.getNamespaceCount(0)); in testNamespaces()
604 parser.getNamespaceCount(1); in testNamespaces()
643 parser.getNamespaceCount(2); in testNamespaces()
651 parser.getNamespaceCount(1); in testNamespaces()
655 assertEquals(0, parser.getNamespaceCount(0)); in testNamespaces()
659 assertEquals(2, parser.getNamespaceCount(1)); in checkNamespacesInOne()
678 assertEquals(3, parser.getNamespaceCount(2)); in checkNamespacesInTwo()
DXmlPullParserFactoryTest.java258 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlPullParserFactoryTest.XmlPullParserStub
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParser.java564 int getNamespaceCount(int depth) throws XmlPullParserException; in getNamespaceCount() method
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java1829 public int getNamespaceCount(int depth) { in getNamespaceCount() method in KXmlParser
1852 for (int i = (getNamespaceCount(depth) << 1) - 2; i >= 0; i -= 2) { in getNamespace()
/libcore/api/
Dcurrent.txt20734 method public int getNamespaceCount(int) throws org.xmlpull.v1.XmlPullParserException;