Transforms the object so it can be converted to xml. Example: <w:someKey someAttr="1" otherAttr="11"> <w:child childAttr="2"> </w:child> </w:someKey> { 'w:someKey': [ { _attr: { someAttr: "1", otherAttr: "11" } }, { 'w:child': [ { _attr: { childAttr: "2" } } ] } ] }
Converts the xml string to a XmlComponent tree.
xml content of the imported component
Generated using TypeDoc
Represents imported xml component from xml file.