|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.interpreter.formitem.FormItemNameFactory
public final class FormItemNameFactory
Name factory to find a name for a form item.
Copyright © 2005-2006 JVoiceXML group - http://jvoicexml.sourceforge.net/
FormItem| Method Summary | |
|---|---|
static String |
getName(VoiceXmlNode node)
Get a name for the given node using the ATTRIBUTE_NAME
attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getName(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 - VoiceXmlNode
ATTRIBUTE_NAME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||