Interface MathMLActionElement

All Superinterfaces:
Element, MathMLContainer, MathMLElement, MathMLPresentationContainer, MathMLPresentationElement, Node
All Known Implementing Classes:
Maction

public interface MathMLActionElement extends MathMLPresentationContainer
This interface extends the MathMLPresentationContainer interface for the MathML enlivening expression element maction.
  • Method Details

    • getActiontype

      String getActiontype()
      A string specifying the action. Possible values include toggle, statusline, tooltip, and highlight, and menu.
      Returns:
      value of the actiontype attribute.
    • setActiontype

      void setActiontype(String actiontype)
      setter for the actiontype attribute.
      Parameters:
      actiontype - new value for actiontype.
      See Also:
    • getSelection

      String getSelection()
      A string specifying an integer that selects the current subject of the action.
      Returns:
      value of the selection attribute.
    • setSelection

      void setSelection(String selection)
      setter for the selection attribute.
      Parameters:
      selection - new value for selection.
      See Also: