XMLExportManager

Top  Previous  Next

 

XMLExportManager writes a table model in an XML format. You should define a 'path' element in the constructor, which follows the XPath specification. The specified path defines parent-child node relationships from left to right, with each 'node' being separated with a slash (/).

e.g.

/bookstore/book

person etc.

 

An XML document will be created with the specified paths and the table columns as element nodes, and the cell values as the atomic values of the column nodes.