Interface MathMLLabeledRowElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, MathMLTableRowElement, Node
All Known Implementing Classes:
Mlabeledtr

public interface MathMLLabeledRowElement extends MathMLTableRowElement
This interface extends the MathMLTableRowElement interface to represent the mlabeledtr element . Note that the presence of a label causes the indexth child node to differ from the index-th cell!
  • Method Details

    • getLabel

      MathMLElement getLabel()
      A MathMLElement representing the label of this row. Note that retrieving this should have the same effect as a call to Node::getfirstChild(), while setting it should have the same effect as Node::replaceChild(Node::getfirstChild()).
      Returns:
      value of the label attribute.
    • setLabel

      void setLabel(MathMLElement label)
      setter for the label attribute.
      Parameters:
      label - new value for label.
      See Also: