(int depth)
| 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]; |