UNPKG

xmlapi-libxmljs

Version:
12 lines (11 loc) 337 B
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; }