|
EclipseLink 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.platform.xml.XMLComparer
public class XMLComparer
This class is used to compare if two DOM nodes are equal.
Constructor Summary | |
---|---|
XMLComparer()
|
Method Summary | |
---|---|
protected boolean |
isAttributeEqual(org.w3c.dom.Attr control,
org.w3c.dom.Attr test)
|
boolean |
isNodeEqual(org.w3c.dom.Node control,
org.w3c.dom.Node test)
Compare two DOM nodes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLComparer()
Method Detail |
---|
public boolean isNodeEqual(org.w3c.dom.Node control, org.w3c.dom.Node test)
control
- The first node in the comparison.test
- The second node in the comparison.
protected boolean isAttributeEqual(org.w3c.dom.Attr control, org.w3c.dom.Attr test)
|
EclipseLink 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |