public final class FormItemNameFactory
extends java.lang.Object
FormItem| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getName(org.jvoicexml.xml.VoiceXmlNode node)
Get a name for the given node using the
ATTRIBUTE_NAME
attribute. |
public static java.lang.String getName(org.jvoicexml.xml.VoiceXmlNode node)
ATTRIBUTE_NAME
attribute. If the node is nameless an internal name is generated
like this:
F<Long.toHexString(System.currentTimeMillis())
>S<6-digit sequence number>
node - VoiceXmlNodeATTRIBUTE_NAME