Interface MathMLMatrixrowElement

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node
All Known Implementing Classes:
MathMLMatrixrowElementImpl

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

    • getNEntries

      int getNEntries()
      This interface represents the MathML MathMLMatrixrowElement element.
      Returns:
      the requested attribute or element
    • getEntry

      MathMLContentElement getEntry(int index) throws DOMException
      This interface represents the MathML MathMLMatrixrowElement element.
      Parameters:
      index - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • insertEntry

      MathMLContentElement insertEntry(MathMLContentElement newEntry, int index) throws DOMException
      This interface represents the MathML MathMLMatrixrowElement element.
      Parameters:
      newEntry - the value to set
      index - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • setEntry

      MathMLContentElement setEntry(MathMLContentElement newEntry, int index) throws DOMException
      This interface represents the MathML MathMLMatrixrowElement element.
      Parameters:
      newEntry - the value to set
      index - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • deleteEntry

      void deleteEntry(int index) throws DOMException
      This interface represents the MathML MathMLMatrixrowElement element.
      Parameters:
      index - the value to set
      Throws:
      DOMException - if an error occurs
    • removeEntry

      MathMLContentElement removeEntry(int index) throws DOMException
      This interface represents the MathML MathMLMatrixrowElement element.
      Parameters:
      index - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs