(ns: Namespace, name: string)
| 295 | } |
| 296 | |
| 297 | getAttributeTokens(ns: Namespace, name: string) { |
| 298 | const id = this.addNamespace(ns); |
| 299 | return(this.namespaceList[id].addAttribute(name).tokenList); |
| 300 | } |
| 301 | |
| 302 | /** If true, object is a clone sharing data with a parent object. */ |
| 303 | private isLinked: boolean; |
no test coverage detected