Revision 140
Added by Matt Jones over 24 years ago
src/edu/ucsb/nceas/metacat/TextNode.java | ||
---|---|---|
14 | 14 |
import java.sql.*; |
15 | 15 |
|
16 | 16 |
/** |
17 |
* A Class that represents an XML element and its contents,
|
|
17 |
* A Class that represents an XML Text node and its contents,
|
|
18 | 18 |
* and can build itself from a database connection |
19 | 19 |
*/ |
20 | 20 |
public class TextNode extends BasicNode { |
Also available in: Unified diff
updated documentation