Home
last modified time | relevance | path

Searched refs:XmlDiff (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.properties23 # $Id: XmlDiff.properties,v 1.2 2005-10-24 16:13:45 hr Exp $
25 # This properties file provides info for XmlDiff program
26 # XmlDiff.file1 is the first input XML file
27 # XmlDiff.file2 is the second input XML file
28 # XmlDiff.output is where the output (err/message) go
29 # XmlDiff.tags are what tagname should ignore (and the subtree under it)
32 XmlDiff.file1=test1.xml
33 XmlDiff.file2=test2.xml
34 XmlDiff.output=System.err
35 XmlDiff.tags=
H A DXmlDiff.java53 public final class XmlDiff { class
71 public XmlDiff() throws IOException { in XmlDiff() method in XmlDiff
442 XmlDiff xmldiff = new XmlDiff(); in main()
H A DXmlWrapper.java111 XmlDiff xmldiff = new XmlDiff(); in main()
/aoo42x/main/xmerge/workben/
H A DXmlDiff.properties25 # This properties file provides info for XmlDiff program
26 # XmlDiff.file1 is the first input XML file
27 # XmlDiff.file2 is the second input XML file
28 # XmlDiff.output is where the output (err/message) go
29 # XmlDiff.tags are what tagname should ignore (and the subtree under it)
31 XmlDiff.file1=test1.xml
32 XmlDiff.file2=test2.xml
33 XmlDiff.output=System.err
34 XmlDiff.tags=
H A DXmlDiff.java53 public final class XmlDiff { class
71 public XmlDiff() throws IOException { in XmlDiff() method in XmlDiff
442 XmlDiff xmldiff = new XmlDiff(); in main()

Completed in 15 milliseconds