ix.test
Class CompendiumToIX

java.lang.Object
  extended by ix.test.CompendiumToIX

public class CompendiumToIX
extends java.lang.Object

Converts a Compendium map expressed in Compendium's XML syntax to an I-X plan in I-X XML syntax.

See Also:
main(String[])

Constructor Summary
CompendiumToIX()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 org.jdom.Document transform(org.jdom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompendiumToIX

public CompendiumToIX()
Method Detail

transform

public org.jdom.Document transform(org.jdom.Document doc)

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception