()
| 194 | } |
| 195 | |
| 196 | updateNamespaces() { |
| 197 | const list = this.namespaceList; |
| 198 | const len = list.length; |
| 199 | |
| 200 | for(let num = 0; num < len; ++num) { |
| 201 | if(list[num]) list[num].registerNative(); |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | bindPrefix(prefix: InternalToken, uri: InternalToken) { |
| 206 | this.native.bindPrefix(prefix.id, uri.id); |
no test coverage detected