nu.xom.samples
Class FlatXMLBudget

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

public class FlatXMLBudget
extends java.lang.Object

Demonstrates building a structured XML document, from flat, tabular data. A different version of this example was originally developed for Chapter 4 of Processing XML with Java.

Version:
1.0
Author:
Elliotte Rusty Harold

Constructor Summary
FlatXMLBudget()
           
 
Method Summary
static void convert(java.util.List data, java.io.OutputStream out)
           
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

FlatXMLBudget

public FlatXMLBudget()
Method Detail

convert

public static void convert(java.util.List data,
                           java.io.OutputStream out)
                    throws java.io.IOException
Throws:
java.io.IOException

main

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


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