Uses of Class
net.sf.xmlmatcher.strategy.TextValueMatchingStrategy

Packages that use TextValueMatchingStrategy
net.sf.xmlmatcher.strategy   
 

Uses of TextValueMatchingStrategy in net.sf.xmlmatcher.strategy
 

Subclasses of TextValueMatchingStrategy in net.sf.xmlmatcher.strategy
 class AngleMatchingStrategy
          Compares two angle values (of type double) specified by two elements using given tolerance and period.
 class EqualTextValueMatchingStrategy
          Compares to Elements as text values using String.equals().
 class FloatingNumbersMatchingStrategy
          Compares double values specified by two elements.
 class RegExTextMatchingStrategy
          Match text of actual element with regex pattern defined in template element
 class TimeOfDayMatchingStrategy
           
 class WildcardMatchingStrategy
          Compares text value in actual element with wildcard-based pattern defined in template.
 

Methods in net.sf.xmlmatcher.strategy with parameters of type TextValueMatchingStrategy
protected  InvalidTemplateException TextValueMatchingStrategy.newBadTemplateException(TextValueMatchingStrategy strategy, org.w3c.dom.Element template)
           
 



Copyright © 2007. All Rights Reserved.