public final class XMLImport extends Object
Import of temporal data, which is either available as exactly one file which includes several revisions or
many files, whereas one file represents exactly one revision. Beforehand one or more RevNode
have to be instanciated.
Usage example:
final File file = new File("database.xml");
new XMLImport(file).check(new RevNode(new QName("timestamp")));
final List
Copyright © 2013. All Rights Reserved.