Interface WebElementsObjectNode

  • All Superinterfaces:
    WebNode, WebPromptableNode, WebPromptSite

    public interface WebElementsObjectNode
    extends WebPromptableNode
    The WebElementsObjectNode interface represents an element list contained within an expression. This interface contains methods specific to an element list node. For methods which apply to all nodes, see the WebNode interface, which this one extends.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • getElements

        WebElements getElements()
        Returns a WebElements object, which can be used to define the elements within a node of type DssXmlNodeElementsObject.
        Returns:
        An object of type WebElements. Note that the reference to the WebElements object will be held by the elements object node, and used to determine the element list upon serialization of the expression containing this node.
      • setElements

        void setElements​(WebElements elements)
        Since:
        MicroStrategy Web 9.0.1