All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class da.da_DatabaseSchemaManager

java.lang.Object
   |
   +----da.da_DatabaseSchemaManager

public class da_DatabaseSchemaManager
extends Object
Currently simply a means of registering the element classes used to represent the various parts of a database schema.


Constructor Index

 o da_DatabaseSchemaManager()

Method Index

 o registerElementClasses()

Register special types of element classes used for the various parts of a database schema.

The present approach isn't ideal: it's static, so affects all XML parsing, and it doesn't permit the unregistering of all the special registrations.

Constructors

 o da_DatabaseSchemaManager
 public da_DatabaseSchemaManager()

Methods

 o registerElementClasses
 public static void registerElementClasses()

Register special types of element classes used for the various parts of a database schema.

The present approach isn't ideal: it's static, so affects all XML parsing, and it doesn't permit the unregistering of all the special registrations.


All Packages  Class Hierarchy  This Package  Previous  Next  Index