public class XMLDiff extends Object
Constructor and Description |
---|
XMLDiff(String file1,
String file2)
Constructs an XMLDiff object that is ready to compare the two provided
XML files.
|
Modifier and Type | Method and Description |
---|---|
int |
compare()
Compares the two XML documents located at the given URL locations.
|
public int compare() throws IOException
This is the only public method in this class.
IOException
- an this occurs while readingCopyright © 2016. All rights reserved.