UNPKG

xmlapi

Version:

a common interface for Node and browser native XML APIs

9 lines (8 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class AbstractAttribute { nameNs() { return '{' + (this.namespaceUri() || '') + '}' + this.nameLocal(); } } exports.AbstractAttribute = AbstractAttribute;