|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.llom.util.XMLComparator
public class XMLComparator
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 |
---|
private static org.apache.commons.logging.Log log
private java.util.Vector ignorableNamespaceList
Constructor Detail |
---|
public XMLComparator()
Method Detail |
---|
public void addIgnorableNamespace(java.lang.String nsURI)
public void clearIgnorableNamespaces()
public boolean compare(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo) throws org.apache.axiom.om.impl.exception.XMLComparisonException
org.apache.axiom.om.impl.exception.XMLComparisonException
private void compareAllAttributes(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo) throws org.apache.axiom.om.impl.exception.XMLComparisonException
org.apache.axiom.om.impl.exception.XMLComparisonException
private void compareAllChildren(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo) throws org.apache.axiom.om.impl.exception.XMLComparisonException
org.apache.axiom.om.impl.exception.XMLComparisonException
private boolean isIgnorable(org.apache.axiom.om.OMElement elt)
private void compareChildren(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo) throws org.apache.axiom.om.impl.exception.XMLComparisonException
org.apache.axiom.om.impl.exception.XMLComparisonException
private void compareAttibutes(org.apache.axiom.om.OMElement elementOne, org.apache.axiom.om.OMElement elementTwo) throws org.apache.axiom.om.impl.exception.XMLComparisonException
org.apache.axiom.om.impl.exception.XMLComparisonException
private void compare(java.lang.String failureNotice, java.lang.String one, java.lang.String two) throws org.apache.axiom.om.impl.exception.XMLComparisonException
org.apache.axiom.om.impl.exception.XMLComparisonException
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
org.apache.axiom.om.impl.exception.XMLComparisonException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |