Function parse

  • Returns a XML string representation of the specified object using the specified options.

    root is the name of the root XML element. When the object is converted to XML, it will be a child of this root element.

    Parameters

    • root: string
    • object: unknown
    • Optional options: IOptions

    Returns string

Generated using TypeDoc