1 |
6
|
jones
|
#
|
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 |
35
|
jones
|
# Copyright: 2000 Regents of the University of California and the
|
6 |
|
|
# National Center for Ecological Analysis and Synthesis
|
7 |
6
|
jones
|
# Authors: Matt Jones
|
8 |
|
|
#
|
9 |
|
|
# Version: '$Id$'
|
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
|