Uses of Interface
org.w3c.dom.mathml.MathMLMatrixrowElement
Packages that use MathMLMatrixrowElement
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.mathml
Provides the
org.w3c.dom.mathml module.-
Uses of MathMLMatrixrowElement in org.episteme.core.mathematics.loaders.mathml
Classes in org.episteme.core.mathematics.loaders.mathml that implement MathMLMatrixrowElementModifier and TypeClassDescriptionclassImplements a MathMLmatrixrowelement.Methods in org.episteme.core.mathematics.loaders.mathml that return MathMLMatrixrowElementModifier and TypeMethodDescriptionMathMLMatrixElementImpl.getRow(int index) Returns the row at the specified index.MathMLMatrixElementImpl.insertRow(MathMLMatrixrowElement newRow, int index) Inserts a row at the specified index.MathMLMatrixElementImpl.removeRow(int index) Removes the row at the specified index.MathMLMatrixElementImpl.setRow(MathMLMatrixrowElement newRow, int index) Sets the row at the specified index.Methods in org.episteme.core.mathematics.loaders.mathml with parameters of type MathMLMatrixrowElementModifier and TypeMethodDescriptionMathMLMatrixElementImpl.insertRow(MathMLMatrixrowElement newRow, int index) Inserts a row at the specified index.MathMLMatrixElementImpl.setRow(MathMLMatrixrowElement newRow, int index) Sets the row at the specified index. -
Uses of MathMLMatrixrowElement in org.w3c.dom.mathml
Methods in org.w3c.dom.mathml that return MathMLMatrixrowElementModifier and TypeMethodDescriptionMathMLMatrixElement.getRow(int index) Returns theindex-th row of this matrix.MathMLMatrixElement.insertRow(MathMLMatrixrowElement newRow, int index) Inserts a new row into the matrix at the specifiedindex.MathMLMatrixElement.removeRow(int index) Removes and returns the row at the specifiedindex.MathMLMatrixElement.setRow(MathMLMatrixrowElement newRow, int index) Replaces the row at the specifiedindexwith a new row.Methods in org.w3c.dom.mathml with parameters of type MathMLMatrixrowElementModifier and TypeMethodDescriptionMathMLMatrixElement.insertRow(MathMLMatrixrowElement newRow, int index) Inserts a new row into the matrix at the specifiedindex.MathMLMatrixElement.setRow(MathMLMatrixrowElement newRow, int index) Replaces the row at the specifiedindexwith a new row.