public class XMLComparer extends Object
Constructor and Description |
---|
XMLComparer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isAttributeEqual(Attr control,
Attr test) |
boolean |
isIgnoreOrder() |
boolean |
isNodeEqual(Node control,
Node test)
Compare two DOM nodes.
|
void |
setIgnoreOrder(boolean ignoreOrder) |
public boolean isNodeEqual(Node control, Node test)
control
- The first node in the comparison.test
- The second node in the comparison.public boolean isIgnoreOrder()
public void setIgnoreOrder(boolean ignoreOrder)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.