Uses of Interface
org.w3c.dom.mathml.MathMLTableRowElement
Packages that use MathMLTableRowElement
-
Uses of MathMLTableRowElement in org.w3c.dom.mathml
Subinterfaces of MathMLTableRowElement in org.w3c.dom.mathmlModifier and TypeInterfaceDescriptioninterfaceThis interface represents the MathML MathMLLabeledRowElement element.Methods in org.w3c.dom.mathml that return MathMLTableRowElementModifier and TypeMethodDescriptionMathMLTableElement.getRow(int index) This interface represents the MathML MathMLTableElement element.MathMLTableElement.insertEmptyRow(int index) This interface represents the MathML MathMLTableElement element.MathMLTableElement.insertRow(int index, MathMLTableRowElement newRow) This interface represents the MathML MathMLTableElement element.MathMLTableElement.removeRow(int index) This interface represents the MathML MathMLTableElement element.MathMLTableElement.setRow(int index, MathMLTableRowElement newRow) This interface represents the MathML MathMLTableElement element.Methods in org.w3c.dom.mathml with parameters of type MathMLTableRowElementModifier and TypeMethodDescriptionMathMLTableElement.insertRow(int index, MathMLTableRowElement newRow) This interface represents the MathML MathMLTableElement element.MathMLTableElement.setRow(int index, MathMLTableRowElement newRow) This interface represents the MathML MathMLTableElement element.