nu.xom.samples
Class SQLToXML

java.lang.Object
  extended by nu.xom.samples.SQLToXML

public class SQLToXML
extends java.lang.Object

Demonstrates building a structured XML document, from relational data using JDBC. A different version of this example was originally developed for Example 4.14 of Chapter 4 of Processing XML with Java.

Version:
1.0
Author:
Elliotte Rusty Harold

Constructor Summary
SQLToXML()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLToXML

public SQLToXML()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu