Uses of Interface
net.sf.xmlmatcher.MatchingStrategy

Packages that use MatchingStrategy
net.sf.xmlmatcher   
net.sf.xmlmatcher.matcher   
net.sf.xmlmatcher.strategy   
 

Uses of MatchingStrategy in net.sf.xmlmatcher
 

Methods in net.sf.xmlmatcher that return MatchingStrategy
 MatchingStrategy MatchingStrategySelector.select(org.w3c.dom.Element template)
           
 

Uses of MatchingStrategy in net.sf.xmlmatcher.matcher
 

Fields in net.sf.xmlmatcher.matcher with type parameters of type MatchingStrategy
protected  java.util.List<MatchingStrategy> RegistryMatchingStrategySelector.mStrategies
           
 

Methods in net.sf.xmlmatcher.matcher that return MatchingStrategy
 MatchingStrategy RegistryMatchingStrategySelector.select(org.w3c.dom.Element template)
           
 

Constructor parameters in net.sf.xmlmatcher.matcher with type arguments of type MatchingStrategy
RegistryMatchingStrategySelector(java.util.List<MatchingStrategy> strategies)
           
 

Uses of MatchingStrategy in net.sf.xmlmatcher.strategy
 

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



Copyright © 2007. All Rights Reserved.