Interface MathMLLabeledRowElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, MathMLTableRowElement, Node

public interface MathMLLabeledRowElement extends MathMLTableRowElement
This interface represents the MathML MathMLLabeledRowElement element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getLabel

      MathMLElement getLabel()
      This interface represents the MathML MathMLLabeledRowElement element.
      Returns:
      the requested attribute or element
    • setLabel

      void setLabel(MathMLElement label) throws DOMException
      This interface represents the MathML MathMLLabeledRowElement element.
      Parameters:
      label - the value to set
      Throws:
      DOMException - if an error occurs