hojas/node_modules/speech-rule-engine/js/walker/walker_util.d.ts

7 lines
434 B
TypeScript
Raw Normal View History

2026-05-14 10:56:04 +02:00
import { Attribute } from '../enrich_mathml/enrich_attr.js';
export declare function splitAttribute(attr: string | null): string[];
export declare function getAttribute(node: Element, attr: Attribute): string;
export declare function getSemanticRoot(node: Element): Element;
export declare function getBySemanticId(root: Element, id: string): Element;
export declare function getAllBySemanticId(root: Element, id: string): Element[];