Searched refs:XmlDiff (Results 1 – 5 of 5) sorted by relevance
23 # $Id: XmlDiff.properties,v 1.2 2005-10-24 16:13:45 hr Exp $25 # This properties file provides info for XmlDiff program26 # XmlDiff.file1 is the first input XML file27 # XmlDiff.file2 is the second input XML file28 # XmlDiff.output is where the output (err/message) go29 # XmlDiff.tags are what tagname should ignore (and the subtree under it)32 XmlDiff.file1=test1.xml33 XmlDiff.file2=test2.xml34 XmlDiff.output=System.err35 XmlDiff.tags=
53 public final class XmlDiff { class71 public XmlDiff() throws IOException { in XmlDiff() method in XmlDiff442 XmlDiff xmldiff = new XmlDiff(); in main()
111 XmlDiff xmldiff = new XmlDiff(); in main()
25 # This properties file provides info for XmlDiff program26 # XmlDiff.file1 is the first input XML file27 # XmlDiff.file2 is the second input XML file28 # XmlDiff.output is where the output (err/message) go29 # XmlDiff.tags are what tagname should ignore (and the subtree under it)31 XmlDiff.file1=test1.xml32 XmlDiff.file2=test2.xml33 XmlDiff.output=System.err34 XmlDiff.tags=
Completed in 13 milliseconds