Package net.sf.xmlmatcher.strategy

Class Summary
AngleMatchingStrategy Compares two angle values (of type double) specified by two elements using given tolerance and period.
ChildrenOkMatchingStrategy Legacy matching strategy that allows to match template element that has no children, actual element that has any number of children.
CountingMatcherListener  
ElementBagMatchingStrategy Same as ElementSetComparisonStrategy, but may compare items with duplicates
ElementSequenceMatchingStrategy Strategy that matches children elements as ordered sets (sequences).
ElementSetMatchingStrategy Strategy that matches children elements as ordered/unordered sets.
EqualTextValueMatchingStrategy Compares to Elements as text values using String.equals().
FloatingNumbersMatchingStrategy Compares double values specified by two elements.
RegExElementsMatchingStrategy Compares set of child elements in template with set of actual elements using regex-like syntax.
RegExTextMatchingStrategy Match text of actual element with regex pattern defined in template element
TextValueMatchingStrategy Base class for all strategies that compare text values of elements
TimeOfDayMatchingStrategy  
WildcardMatchingStrategy Compares text value in actual element with wildcard-based pattern defined in template.
 



Copyright © 2007. All Rights Reserved.