This mobile device JSP function returns the XML Element for all TempQ entries. Each keyName and keyValue entry can be obtained by traversing the Element.
private YFCElement getStoredElement(YFCDocument ydoc, String keyName, String keyValue) throws Exception
ydoc - Required. YFCDocument representation of the XHTML form.
keyName - Required. Name of the key in the TempQ.
keyValue - Required. Value of the key in the TempQ.