org.eclipse.higgins.cardstore.test
Class Tester
java.lang.Object
org.eclipse.higgins.cardstore.test.Tester
public class Tester
- extends Object
|
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)
|
Tester
public Tester()
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