|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.xml.ccxml.CcxmlNodeFactory
final class CcxmlNodeFactory
Factory for CcxmlNodes.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Field Summary | |
|---|---|
private static Logger |
LOGGER
Logger for this class. |
private static Map<String,CcxmlNode> |
NODES
Known nodes. |
| Constructor Summary | |
|---|---|
private |
CcxmlNodeFactory()
Do not create from outside. |
| Method Summary | |
|---|---|
(package private) static Node |
getCcxmlNode(Node node)
Factory method to retrieve a voice xml node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Logger LOGGER
private static final Map<String,CcxmlNode> NODES
| Constructor Detail |
|---|
private CcxmlNodeFactory()
| Method Detail |
|---|
static Node getCcxmlNode(Node node)
node - The node for which a voice xml node should be retrieved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||