public class XMLComparator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
ignorableNamespaceList
Deprecated.
|
private static org.apache.commons.logging.Log |
log
Deprecated.
|
| Constructor and Description |
|---|
XMLComparator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIgnorableNamespace(java.lang.String nsURI)
Deprecated.
|
void |
clearIgnorableNamespaces()
Deprecated.
|
boolean |
compare(OMElement elementOne,
OMElement elementTwo)
Deprecated.
|
private void |
compare(java.lang.String failureNotice,
OMNamespace one,
OMNamespace two)
Deprecated.
|
private void |
compare(java.lang.String failureNotice,
java.lang.String one,
java.lang.String two)
Deprecated.
|
private void |
compareAllAttributes(OMElement elementOne,
OMElement elementTwo)
Deprecated.
|
private void |
compareAllChildren(OMElement elementOne,
OMElement elementTwo)
Deprecated.
|
private void |
compareAttibutes(OMElement elementOne,
OMElement elementTwo)
Deprecated.
|
private void |
compareChildren(OMElement elementOne,
OMElement elementTwo)
Deprecated.
|
private boolean |
isIgnorable(OMElement elt)
Deprecated.
|
private static final org.apache.commons.logging.Log log
private java.util.Vector ignorableNamespaceList
public void addIgnorableNamespace(java.lang.String nsURI)
public void clearIgnorableNamespaces()
public boolean compare(OMElement elementOne, OMElement elementTwo) throws XMLComparisonException
XMLComparisonExceptionprivate void compareAllAttributes(OMElement elementOne, OMElement elementTwo) throws XMLComparisonException
XMLComparisonExceptionprivate void compareAllChildren(OMElement elementOne, OMElement elementTwo) throws XMLComparisonException
XMLComparisonExceptionprivate boolean isIgnorable(OMElement elt)
private void compareChildren(OMElement elementOne, OMElement elementTwo) throws XMLComparisonException
XMLComparisonExceptionprivate void compareAttibutes(OMElement elementOne, OMElement elementTwo) throws XMLComparisonException
XMLComparisonExceptionprivate void compare(java.lang.String failureNotice,
java.lang.String one,
java.lang.String two)
throws XMLComparisonException
XMLComparisonExceptionprivate void compare(java.lang.String failureNotice,
OMNamespace one,
OMNamespace two)
throws XMLComparisonException
XMLComparisonException