nu.xom.samples
Class Budget

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

public class Budget
extends java.lang.Object

Demonstrates the building of 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
Budget(java.lang.String year)
           
 
Method Summary
 void add(Agency agency)
           
 void add(java.util.Map lineItem)
           
 nu.xom.Element getXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Budget

public Budget(java.lang.String year)
Method Detail

add

public void add(Agency agency)

add

public void add(java.util.Map lineItem)

getXML

public nu.xom.Element getXML()


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