org.apache.geronimo.testsupport
Class DOMUtils

java.lang.Object
  extended by org.apache.geronimo.testsupport.DOMUtils

public class DOMUtils
extends Object


Constructor Summary
DOMUtils()
           
 
Method Summary
static void compareNodes(Node expected, Node actual)
           
static DocumentBuilder getDocumentBuilder()
           
static Document load(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtils

public DOMUtils()
Method Detail

load

public static Document load(String xml)
                     throws Exception
Throws:
Exception

getDocumentBuilder

public static DocumentBuilder getDocumentBuilder()
                                          throws ParserConfigurationException
Throws:
ParserConfigurationException

compareNodes

public static void compareNodes(Node expected,
                                Node actual)
                         throws Exception
Throws:
Exception


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.