Object that can be serialized to XML.
This interface represents the intermediate object structure used by the xml library to generate the final XML output. Objects typically have a structure like:
{ "w:elementName": { _attr: { "w:attribute": "value" }, // child elements or text }} Copy
{ "w:elementName": { _attr: { "w:attribute": "value" }, // child elements or text }}
Object that can be serialized to XML.
This interface represents the intermediate object structure used by the xml library to generate the final XML output. Objects typically have a structure like: