(uri: string)
| 150 | } |
| 151 | |
| 152 | getNamespace(uri: string) { |
| 153 | const ns = this.namespaceTbl[uri]; |
| 154 | return(ns && ns.base); |
| 155 | } |
| 156 | |
| 157 | addNamespace(nsBase: Namespace) { |
| 158 | let uri = (this.nsMapper && this.nsMapper(nsBase.uri)) || nsBase.uri; |
no outgoing calls
no test coverage detected