Package com.uc4.api.prompt
Interface PromptInterfaces.XPath
- All Known Implementing Classes:
CheckGroupElement
,CheckListElement
,ComboElement
,RadioGroupElement
,TextElement
- Enclosing interface:
- PromptInterfaces
public static interface PromptInterfaces.XPath
Implemented if the prompt element contains a XPath field.
-
Method Summary
-
Method Details
-
setXPath
Sets the XPath expression if XML variables are used as data reference.- Parameters:
xpath
- XPath/Query expression
-
getXPath
String getXPath()Returns the XPath expression if XML variables are used as data reference.- Returns:
- XPath/Query expression or an empty String if not set.
-