Class MathMLActionElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, MathMLActionElement, MathMLContainer, MathMLElement, MathMLNodeList, MathMLPresentationContainer, MathMLPresentationElement, Node, NodeList, TypeInfo

public class MathMLActionElementImpl extends MathMLPresentationContainerImpl implements MathMLActionElement
Implements a MathML action element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MathMLActionElementImpl

      public MathMLActionElementImpl(MathMLDocumentImpl owner, String qualifiedName)
      Constructs a MathML action element.
      Parameters:
      owner - the document that owns this element
      qualifiedName - the qualified name of the element
  • Method Details

    • getActiontype

      public String getActiontype()
      Gets the action type attribute of the action element.
      Specified by:
      getActiontype in interface MathMLActionElement
      Returns:
      the action type
    • setActiontype

      public void setActiontype(String actiontype)
      Sets the action type attribute of the action element.
      Specified by:
      setActiontype in interface MathMLActionElement
      Parameters:
      actiontype - the new action type
    • getSelection

      public String getSelection()
      Gets the selection attribute of the action element.
      Specified by:
      getSelection in interface MathMLActionElement
      Returns:
      the selection value
    • setSelection

      public void setSelection(String selection)
      Sets the selection attribute of the action element.
      Specified by:
      setSelection in interface MathMLActionElement
      Parameters:
      selection - the new selection value