interface Node {
    localName: string;
    hasAttributes: Function;
    namespaceURI?: string;
}
