UNPKG

salve-annos

Version:

A fork with support for documentation of Salve, a Javascript library which implements a validator able to validate an XML document on the basis of a subset of RelaxNG.

9 lines (8 loc) 197 B
import { InternalWalker, Pattern } from "./base"; /** * Pattern for ``<text/>``. */ export declare class Text extends Pattern { hasEmptyPattern(): boolean; newWalker(): InternalWalker; }