Actions
Bug #1329
closed'references' not handled in new AbstractDataPackage class
Start date:
02/06/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1329
Description
'references' are not handled in AbstractDataPackage class!
Maybe this can be handled by examining the context node in the various xpath
searches. If context node has a 'refernces' child, then follow reference to the
subtree with the referenced id and use it as the context (if it is not also a
refenced node).
'references' is an eml2 concept. maybe it should be handled in eml200 class
rather than in abstractDataPackage.
Updated by Dan Higgins almost 21 years ago
added a method called 'getReferencedNode' which checks for 'references' and
finds the referenced node in the dom. Used for resolving references in entity
and attribute arrays in the AbstractDataPackage class. [Method is actually
implemented in the EML200DataPackage class, since it is eml2 specific.]
Actions