org.apache.axiom.om.impl.llom.util
Class XMLComparator

java.lang.Object
  extended by org.apache.axiom.om.impl.llom.util.XMLComparator

Deprecated. This class is outdated. Please use XmlUnit to compate two xml files.

public class XMLComparator
extends Object


Constructor Summary
XMLComparator()
          Deprecated.  
 
Method Summary
 void addIgnorableNamespace(String nsURI)
          Deprecated.  
 void clearIgnorableNamespaces()
          Deprecated.  
 boolean compare(OMElement elementOne, OMElement elementTwo)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLComparator

public XMLComparator()
Deprecated. 
Method Detail

addIgnorableNamespace

public void addIgnorableNamespace(String nsURI)
Deprecated. 

clearIgnorableNamespaces

public void clearIgnorableNamespaces()
Deprecated. 

compare

public boolean compare(OMElement elementOne,
                       OMElement elementTwo)
                throws XMLComparisonException
Deprecated. 
Throws:
XMLComparisonException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.