Class MemoryTest

java.lang.Object
  |
  +--MemoryTest

public class MemoryTest
extends java.lang.Object

Demonstrate building a JDOM Document from scratch.

Version:
1.0

Constructor Summary
MemoryTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           Build a simple XML document in memory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryTest

public MemoryTest()
Method Detail

main

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

Build a simple XML document in memory.