Searched refs:getNamespaceCount (Results 1 – 5 of 5) sorted by relevance
374 (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()
601 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()
258 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlPullParserFactoryTest.XmlPullParserStub
564 int getNamespaceCount(int depth) throws XmlPullParserException; in getNamespaceCount() method
1829 public int getNamespaceCount(int depth) { in getNamespaceCount() method in KXmlParser1852 for (int i = (getNamespaceCount(depth) << 1) - 2; i >= 0; i -= 2) { in getNamespace()