1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import tags type SetEncodingResult* = enum SET_ENCODING_CONTINUE, SET_ENCODING_STOP ParsedAttr*[Atom] = tuple prefix: NamespacePrefix namespace: Namespace name: Atom value: string DOMBuilderBase* = ref object of RootObj DOMBuilder*[Handle, Atom] = ref object of DOMBuilderBase