org.jvoicexml.interpreter
Interface TagStrategyFactory

All Known Implementing Classes:
InitializationTagStrategyFactory, JVoiceXmlTagStrategyFactory

public interface TagStrategyFactory

Factory for tag strategies.

Version:
$Revision: 154 $

Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/

Author:
Dirk Schnelle
See Also:
TagStrategy

Method Summary
 TagStrategy getTagStrategy(String tag)
          Factory method to get a strategy to process a node with the given name.
 TagStrategy getTagStrategy(VoiceXmlNode node)
          Factory method to get a strategy to process the given node.
 

Method Detail

getTagStrategy

TagStrategy getTagStrategy(VoiceXmlNode node)
Factory method to get a strategy to process the given node.

Parameters:
node - The node to process.
Returns:
Strategy, to process the given node, null if there is no suitable strategy.

getTagStrategy

TagStrategy getTagStrategy(String tag)
Factory method to get a strategy to process a node with the given name.

Parameters:
tag - Tagname of the node to process.
Returns:
Strategy, to process a node with the given name, null if there is no suitable strategy.


Copyright © 2005-2007 JVoiceXML group.