XmlNode: { attributes: Record<string, string>; childNodes: XmlNode[]; localName?: string; nodeName: string; nodeValue: string | null; prefix?: string | null;} Type declaration
attributes: Record<string, string>
Optional
localName?: string
nodeName: string
nodeValue: string | null
Optional
prefix?: string | null
XML node