Class Summary |
CreateDataSchema |
CreateDataSchema.java creates a relational schema for the datas to be loaded
through XML documents, the XML catalog, and the XML data view catalog. |
ExportData |
Export data from relational database to an XML document
User ResultSet directly to increase the performance, without first dump the table
to the table object. |
LoadXML |
LoadXML.java takes the URI of an XML document and loads its data into the respective
data schema created by referencing the DTDM to which the document conformed to. |
NodeWithPosition |
The structure that is used to store the combination of the node and its position. |