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

    Modifier and Type
    Method
    Description
    Returns the XPath expression if XML variables are used as data reference.
    void
    Sets the XPath expression if XML variables are used as data reference.
  • Method Details

    • setXPath

      void setXPath(String xpath)
      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.