nu.xom.samples
Class Subfunction

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

public class Subfunction
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
Subfunction(java.lang.String title, java.lang.String code, long amount)
           
 
Method Summary
 nu.xom.Element getXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subfunction

public Subfunction(java.lang.String title,
                   java.lang.String code,
                   long amount)
Method Detail

getXML

public nu.xom.Element getXML()


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