com.ebmwebsourcing.easyviper.environment.test.util
Class XMLComparator

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.environment.test.util.XMLComparator

public final class XMLComparator
extends java.lang.Object

Contains utilities methods for XML operations.

Since:
1.0
Author:
alouis - EBMWebsourcing, ddesjardins - EBMWebsourcing, gblondelle - EBMWebsourcing

Constructor Summary
XMLComparator()
           
 
Method Summary
static int compare(java.io.InputStream xml1, java.io.InputStream xml2)
           
static java.lang.String getXMLSHA1Sign(java.io.InputStream inputStream, boolean ommitComments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLComparator

public XMLComparator()
Method Detail

getXMLSHA1Sign

public static java.lang.String getXMLSHA1Sign(java.io.InputStream inputStream,
                                              boolean ommitComments)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

compare

public static int compare(java.io.InputStream xml1,
                          java.io.InputStream xml2)
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 eBM WebSourcing. All Rights Reserved.