MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getNamespaceCount

Method getNamespaceCount

src/org/kxml2/io/KXmlParser.java:1125–1129  ·  view source on GitHub ↗
(int depth)

Source from the content-addressed store, hash-verified

1123 }
1124
1125 public int getNamespaceCount(int depth) {
1126 if (depth > this.depth)
1127 throw new IndexOutOfBoundsException();
1128 return nspCounts[depth];
1129 }
1130
1131 public String getNamespacePrefix(int pos) {
1132 return nspStack[pos << 1];

Callers 1

getNamespaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected