|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathMLMatrixrowElement | |
---|---|
org.w3c.dom.mathml | Standard MathML DOM Model. |
Uses of MathMLMatrixrowElement in org.w3c.dom.mathml |
---|
Methods in org.w3c.dom.mathml that return MathMLMatrixrowElement | |
---|---|
MathMLMatrixrowElement |
MathMLMatrixElement.getRow(int index)
A convenience method to retrieve a specified row. |
MathMLMatrixrowElement |
MathMLMatrixElement.insertRow(MathMLMatrixrowElement newRow,
int index)
A convenience method to insert a row before the row that is currently the index-th row of this matrix. |
MathMLMatrixrowElement |
MathMLMatrixElement.removeRow(int index)
A convenience method to remove a row and return it to the caller. |
MathMLMatrixrowElement |
MathMLMatrixElement.setRow(MathMLMatrixrowElement newRow,
int index)
A convenience method to set the value of the index-th child matrixrow element of this element. |
Methods in org.w3c.dom.mathml with parameters of type MathMLMatrixrowElement | |
---|---|
MathMLMatrixrowElement |
MathMLMatrixElement.insertRow(MathMLMatrixrowElement newRow,
int index)
A convenience method to insert a row before the row that is currently the index-th row of this matrix. |
MathMLMatrixrowElement |
MathMLMatrixElement.setRow(MathMLMatrixrowElement newRow,
int index)
A convenience method to set the value of the index-th child matrixrow element of this element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |