Interface BuildXMLOptions

interface BuildXMLOptions {
    allowSurrogateChars?: boolean;
    attrkey?: string;
    cdata: boolean;
    charkey?: string;
    doctype?: any;
    headless: boolean;
    renderOpts?: RenderOptions;
    rootName: string;
    xmldec?: XmlDeclarationAttributes;
}

Hierarchy

  • BuilderOptions
    • BuildXMLOptions

Properties

allowSurrogateChars?: boolean
attrkey?: string
cdata: boolean
charkey?: string
doctype?: any
headless: boolean
renderOpts?: RenderOptions
rootName: string
xmldec?: XmlDeclarationAttributes

Generated using TypeDoc