getStoredElement

Description

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.

Syntax

private YFCElement getStoredElement(YFCDocument ydoc, String keyName, String keyValue) throws Exception

Input Parameters

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.

Example

The following example shows the getStoredElement function:
YFCElement criteria = getStoredElement(getTempQ(),"Criteria", "criteria");