1
|
#
|
2
|
# Name: DBElement.props
|
3
|
# Purpose: A set of properties that map element types to
|
4
|
# the classes that are used to represent that type
|
5
|
# Institution: National Center for Ecological Analysis and Synthesis
|
6
|
# Copyright: 1998
|
7
|
# Authors: Matt Jones
|
8
|
#
|
9
|
# Version: '$Id: DBElement.props 6 1999-09-13 00:18:59Z jones $'
|
10
|
#
|
11
|
|
12
|
#
|
13
|
# NOTE: Special tag name "*Element" defines the default class to be used,
|
14
|
# instead of com.sun.xml.tree.ElementNode, when no explicit entry exists.
|
15
|
# The name "*Document" is used similarly for the document itself.
|
16
|
#
|
17
|
|
18
|
*Element = DBElement
|
19
|
# *Document = DBDocument
|
20
|
|
21
|
# Note -- we only use the default tags in this application
|