Uses of Interface
org.w3c.dom.mathml.MathMLTableCellElement
Packages that use MathMLTableCellElement
-
Uses of MathMLTableCellElement in org.w3c.dom.mathml
Methods in org.w3c.dom.mathml that return MathMLTableCellElementModifier and TypeMethodDescriptionMathMLTableRowElement.insertCell(MathMLTableCellElement newCell, int index) This interface represents the MathML MathMLTableRowElement element.MathMLTableRowElement.insertEmptyCell(int index) This interface represents the MathML MathMLTableRowElement element.MathMLTableRowElement.setCell(MathMLTableCellElement newCell, int index) This interface represents the MathML MathMLTableRowElement element.Methods in org.w3c.dom.mathml with parameters of type MathMLTableCellElementModifier and TypeMethodDescriptionMathMLTableRowElement.insertCell(MathMLTableCellElement newCell, int index) This interface represents the MathML MathMLTableRowElement element.MathMLTableRowElement.setCell(MathMLTableCellElement newCell, int index) This interface represents the MathML MathMLTableRowElement element.