...
data: fo_ixml_sf type ref to if_ixml_stream_factory.
data: f_ixml_data_doc type ref to if_ixml_document.
data: f_ostream type ref to if_ixml_ostream.
data: f_encoding type ref to if_ixml_encoding. ...
...
data: fs_raw255 type solix.
data: f_tablenght type i.
data: f_string type string.
data: f_xstring type xstring.
data: fo_ixml type ref to if_ixml.
data: fo_streamfactory type ref to if_ixml_stream_factory. ...