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