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 java.lang.Object


Field Summary
private  java.util.Vector ignorableNamespaceList
          Deprecated.  
private static org.apache.commons.logging.Log log
          Deprecated. Eran Chinthaka (chinthaka@apache.org)
 
Constructor Summary
XMLComparator()
          Deprecated.  
 
Method Summary
 void addIgnorableNamespace(java.lang.String nsURI)
          Deprecated.  
 void clearIgnorableNamespaces()
          Deprecated.  
 boolean compare(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo)
          Deprecated.  
private  void compare(java.lang.String failureNotice, org.apache.axiom.om.OMNamespace one, org.apache.axiom.om.OMNamespace two)
          Deprecated.  
private  void compare(java.lang.String failureNotice, java.lang.String one, java.lang.String two)
          Deprecated.  
private  void compareAllAttributes(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo)
          Deprecated.  
private  void compareAllChildren(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo)
          Deprecated.  
private  void compareAttibutes(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo)
          Deprecated.  
private  void compareChildren(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo)
          Deprecated.  
private  boolean isIgnorable(org.apache.axiom.om.OMElement elt)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log
Deprecated. 
Eran Chinthaka (chinthaka@apache.org)


ignorableNamespaceList

private java.util.Vector ignorableNamespaceList
Deprecated. 
Constructor Detail

XMLComparator

public XMLComparator()
Deprecated. 
Method Detail

addIgnorableNamespace

public void addIgnorableNamespace(java.lang.String nsURI)
Deprecated. 

clearIgnorableNamespaces

public void clearIgnorableNamespaces()
Deprecated. 

compare

public boolean compare(org.apache.axiom.om.OMElement elementOne,
                       org.apache.axiom.om.OMElement elementTwo)
                throws org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated. 
Throws:
org.apache.axiom.om.impl.exception.XMLComparisonException

compareAllAttributes

private void compareAllAttributes(org.apache.axiom.om.OMElement elementOne,
                                  org.apache.axiom.om.OMElement elementTwo)
                           throws org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated. 
Throws:
org.apache.axiom.om.impl.exception.XMLComparisonException

compareAllChildren

private void compareAllChildren(org.apache.axiom.om.OMElement elementOne,
                                org.apache.axiom.om.OMElement elementTwo)
                         throws org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated. 
Throws:
org.apache.axiom.om.impl.exception.XMLComparisonException

isIgnorable

private boolean isIgnorable(org.apache.axiom.om.OMElement elt)
Deprecated. 

compareChildren

private void compareChildren(org.apache.axiom.om.OMElement elementOne,
                             org.apache.axiom.om.OMElement elementTwo)
                      throws org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated. 
Throws:
org.apache.axiom.om.impl.exception.XMLComparisonException

compareAttibutes

private void compareAttibutes(org.apache.axiom.om.OMElement elementOne,
                              org.apache.axiom.om.OMElement elementTwo)
                       throws org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated. 
Throws:
org.apache.axiom.om.impl.exception.XMLComparisonException

compare

private void compare(java.lang.String failureNotice,
                     java.lang.String one,
                     java.lang.String two)
              throws org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated. 
Throws:
org.apache.axiom.om.impl.exception.XMLComparisonException

compare

private void compare(java.lang.String failureNotice,
                     org.apache.axiom.om.OMNamespace one,
                     org.apache.axiom.om.OMNamespace two)
              throws org.apache.axiom.om.impl.exception.XMLComparisonException
Deprecated. 
Throws:
org.apache.axiom.om.impl.exception.XMLComparisonException