xmlapi-web
Version:
browser implementation of xmlapi
12 lines (11 loc) • 330 B
TypeScript
import { AbstractAttribute } from 'xmlapi';
export declare class WebapiAttribute extends AbstractAttribute {
private wrapee;
constructor(wrapee: Node);
namespaceUri: string;
namespacePrefix: string;
nameLocal: string;
namePrefixed: string;
value: string;
equals(other: WebapiAttribute): boolean;
}