JDOMDocumentDriver.java | Class | A datastore driver that uses an XML document as the datastore.
Datastore XML descriptor files need to specify a column named "."
as the primary key column; table names should match element names.
Data column names should be specified in a limited XPath notation.
Examples are "@name", "description/text()", and ".." for a parent
reference.
This class relies on the transactional mechanics of the DocumentHolder
class. |