Actions
Bug #21
closedmetacat redundancy in reader and writer implementation of nodes
Start date:
06/13/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
21
Description
Two node hierarchies inherit from BasicNode in the metacat Reader and Writer
applications. In the DBWriter, the DBSAXNode class implements writing
functionality. In the DBReader, ElementNode and TextNode implement the reading
functionality. There is more overlap among these classes than is indicated by
the shred superclass -- they could probably be combined into one set of classes
that represent each node type. DBSAXDocument should also inherit from
BasicNode. This would be the first step in converting to a full DOM model API.
Actions