class: XmlComparator
public class: XmlComparator
Author:
franke (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:15:05; Modified: 16.07.2009 15:15:05;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{ED368699-2832-43a1-9FB6-78E71B2BB644}
Utility class to compare two XMLs logically.
Goto:
Custom Properties
,
Fields
,
Methods
Appears in:
test
Custom Properties
XmlComparator
Attributes
Attribute
Details
public ArrayList
errors
Initial:
new ArrayList
()
XmlComparator
Methods
Operation
Details
public
equal
():boolean
Sequential
public
getErrors
():List
Sequential
public static
main
(
String[] args):void
Sequential
Tags:
throws=Exception
public
XmlComparator
(
String xml1,
String xml2):
Sequential
Tags:
throws=Exception
Notes:
Constructor taking 2 XML strings.
class: XmlComparator