org.eclipse.higgins.cardstore.test
Class Tester

java.lang.Object
  extended by org.eclipse.higgins.cardstore.test.Tester

public class Tester
extends Object


Constructor Summary
Tester()
           
 
Method Summary
static void main(String[] args)
           
static Element toDOM(org.apache.axiom.om.OMElement omElement)
          Converts an OMElement to an equivalent DOM Element
static org.apache.axiom.om.OMElement toOM(String strElement)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

toDOM

public static Element toDOM(org.apache.axiom.om.OMElement omElement)
                     throws Exception
Converts an OMElement to an equivalent DOM Element

Parameters:
omElement - an OMElement to be converted into a DOM Element
Returns:
the converted DOM Element
Throws:
Exception

toOM

public static org.apache.axiom.om.OMElement toOM(String strElement)
                                          throws Exception
Throws:
Exception