org.jvoicexml.interpreter
Interface TagStrategyRepository
- All Superinterfaces:
- Configurable
- All Known Implementing Classes:
- JVoiceXmlTagStrategyRepository
public interface TagStrategyRepository
- extends Configurable
TagStrategy repository that knows several TagStrategyFactorys
for different namespaces.
- Since:
- 0.7.4
- Version:
- $Revision: 2493 $
- Author:
- Dirk Schnelle-Walka
getTagStrategy
TagStrategy getTagStrategy(Node node,
URI namespace)
- Factory method to get a strategy to process the given node in the given
namespace.
- Parameters:
node - the node to processnamespace - the namespace of the node
- Returns:
- Strategy, to process the given node,
null if there
is no suitable strategy.
Copyright © 2005-2010JVoiceXML group.