Package | Description |
---|---|
org.netbeans.modules.xml.xdm.diff |
XML diff capabilities.
|
Modifier and Type | Method and Description |
---|---|
static XDMUtil.ComparisonCriteria |
XDMUtil.ComparisonCriteria.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XDMUtil.ComparisonCriteria[] |
XDMUtil.ComparisonCriteria.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Difference> |
XDMUtil.compareXML(String xml1,
String xml2,
XDMUtil.ComparisonCriteria criteria) |
List<Difference> |
XDMUtil.compareXML(String firstDoc,
String secondDoc,
XDMUtil.ComparisonCriteria type,
boolean filterWhiteSpace) |