net.sf.xmlmatcher
Interface MatchingStrategySelector

All Known Implementing Classes:
RegistryMatchingStrategySelector

public interface MatchingStrategySelector


Method Summary
 MatchingStrategy select(org.w3c.dom.Element template)
           
 

Method Detail

select

MatchingStrategy select(org.w3c.dom.Element template)
                        throws InvalidTemplateException
Returns:
most-appropriate strategy for matching given element, never null.
Throws:
InvalidTemplateException - when no compatible strategy exists for given element.


Copyright © 2007. All Rights Reserved.