Function parseToExistingElement

  • Converts the specified object to XML and adds the XML representation to the specified XmlElement object using the specified options.

    This function does not add a root element. In addition, it does not add an XML declaration or DTD, and the associated options in IOptions are ignored. If desired, these must be added manually.

    Parameters

    • element: default<unknown>
    • object: unknown
    • Optional options: IOptions

    Returns void

Generated using TypeDoc