returns the number of declared namespaces, NOT including parent elements
()
| 158 | * parent elements */ |
| 159 | |
| 160 | public int getNamespaceCount () { |
| 161 | return (prefixes == null ? 0 : prefixes.size ()); |
| 162 | } |
| 163 | |
| 164 | |
| 165 | public String getNamespacePrefix (int i) { |
no test coverage detected