T - Type of XmlNode to produce in this factory.public interface XmlNodeFactory<T extends XmlNode>
| Modifier and Type | Method and Description |
|---|---|
T |
getXmlNode(org.w3c.dom.Node node)
Factory method to retrieve an
XmlNode. |
T getXmlNode(org.w3c.dom.Node node)
XmlNode.node - The node for which a voice XML node should be retrieved.XmlNode, or null if
there is no known implementation.