public interface SsmlParsingStrategyFactory
SsmlParsingStrategys.SsmlParsingStrategy| Modifier and Type | Method and Description |
|---|---|
SsmlParsingStrategy |
getParsingStrategy(org.jvoicexml.xml.VoiceXmlNode node)
Factory method to get a strategy to clone the given node.
|
SsmlParsingStrategy getParsingStrategy(org.jvoicexml.xml.VoiceXmlNode node)
node - The node to clone.null if there
is no suitable strategy.