com.evolveum.midpoint.common.diff
Class MidPointDifferenceEngine

java.lang.Object
  extended by org.custommonkey.xmlunit.DifferenceEngine
      extended by com.evolveum.midpoint.common.diff.MidPointDifferenceEngine
All Implemented Interfaces:
org.custommonkey.xmlunit.DifferenceConstants

public class MidPointDifferenceEngine
extends org.custommonkey.xmlunit.DifferenceEngine

Main purpose of the class is to inject alternative implementation of XPathNodeTracker into XMLUnit's DifferenceEngine

Since:
0.1
Version:
$Revision$ $Date$
Author:
Igor Farinic
See Also:
DifferenceEngine, XpathNodeTracker

Nested Class Summary
 
Nested classes/interfaces inherited from class org.custommonkey.xmlunit.DifferenceEngine
org.custommonkey.xmlunit.DifferenceEngine.DifferenceFoundException
 
Field Summary
 
Fields inherited from interface org.custommonkey.xmlunit.DifferenceConstants
ATTR_NAME_NOT_FOUND, ATTR_NAME_NOT_FOUND_ID, ATTR_SEQUENCE, ATTR_SEQUENCE_ID, ATTR_VALUE, ATTR_VALUE_EXPLICITLY_SPECIFIED, ATTR_VALUE_EXPLICITLY_SPECIFIED_ID, ATTR_VALUE_ID, CDATA_VALUE, CDATA_VALUE_ID, CHILD_NODE_NOT_FOUND, CHILD_NODE_NOT_FOUND_ID, CHILD_NODELIST_LENGTH, CHILD_NODELIST_LENGTH_ID, CHILD_NODELIST_SEQUENCE, CHILD_NODELIST_SEQUENCE_ID, COMMENT_VALUE, COMMENT_VALUE_ID, DOCTYPE_NAME, DOCTYPE_NAME_ID, DOCTYPE_PUBLIC_ID, DOCTYPE_PUBLIC_ID_ID, DOCTYPE_SYSTEM_ID, DOCTYPE_SYSTEM_ID_ID, ELEMENT_NUM_ATTRIBUTES, ELEMENT_NUM_ATTRIBUTES_ID, ELEMENT_TAG_NAME, ELEMENT_TAG_NAME_ID, HAS_CHILD_NODES, HAS_CHILD_NODES_ID, HAS_DOCTYPE_DECLARATION, HAS_DOCTYPE_DECLARATION_ID, NAMESPACE_PREFIX, NAMESPACE_PREFIX_ID, NAMESPACE_URI, NAMESPACE_URI_ID, NO_NAMESPACE_SCHEMA_LOCATION, NO_NAMESPACE_SCHEMA_LOCATION_ID, NODE_TYPE, NODE_TYPE_ID, PROCESSING_INSTRUCTION_DATA, PROCESSING_INSTRUCTION_DATA_ID, PROCESSING_INSTRUCTION_TARGET, PROCESSING_INSTRUCTION_TARGET_ID, SCHEMA_LOCATION, SCHEMA_LOCATION_ID, TEXT_VALUE, TEXT_VALUE_ID
 
Constructor Summary
MidPointDifferenceEngine(org.custommonkey.xmlunit.ComparisonController controller)
           
 
Method Summary
 
Methods inherited from class org.custommonkey.xmlunit.DifferenceEngine
compare, compare, compare, compareAttribute, compareCDataSection, compareComment, compareDocument, compareDocumentType, compareElement, compareHasChildNodes, compareNode, compareNodeBasics, compareNodeChildren, compareNodeList, compareNodeList, compareProcessingInstruction, compareRecognizedXMLSchemaInstanceAttribute, compareText, compareText, setMatchTracker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidPointDifferenceEngine

public MidPointDifferenceEngine(org.custommonkey.xmlunit.ComparisonController controller)


Copyright © 2011 evolveum. All Rights Reserved.